| .. | .. |
|---|
| 8 | 8 | # option) any later version. |
|---|
| 9 | 9 | # |
|---|
| 10 | 10 | |
|---|
| 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 |
|---|
| 12 | 13 | cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic |
|---|
| 14 | + |
|---|
| 13 | 15 | load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000 |
|---|
| 16 | +zload-$(CONFIG_MIPS_GENERIC) += 0xffffffff81000000 |
|---|
| 14 | 17 | all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb |
|---|
| 15 | 18 | |
|---|
| 16 | 19 | its-y := vmlinux.its.S |
|---|
| 17 | 20 | its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S |
|---|
| 18 | 21 | 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 |
|---|
| 20 | 23 | its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S |
|---|