hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/mips/generic/Platform
....@@ -8,13 +8,16 @@
88 # option) any later version.
99 #
1010
11
-platform-$(CONFIG_MIPS_GENERIC) += generic/
11
+# Note: order matters, keep the asm/mach-generic include last.
12
+cflags-$(CONFIG_MACH_INGENIC_SOC) += -I$(srctree)/arch/mips/include/asm/mach-ingenic
1213 cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic
14
+
1315 load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000
16
+zload-$(CONFIG_MIPS_GENERIC) += 0xffffffff81000000
1417 all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb
1518
1619 its-y := vmlinux.its.S
1720 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
1821 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
19
-its-$(CONFIG_FIT_IMAGE_FDT_OCELOT_PCB123) += board-ocelot_pcb123.its.S
22
+its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S
2023 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S