Only ARM and in some configs MIPS really implement arch_fixup_fdt(). Others just use the same boilerplate which is not good by itself, but what's worse if we try to build with disabled CONFIG_CMD_BOOTM and enabled CONFIG_OF_LIBFDT we'll hit an unknown symbol which was apparently implemented in arch/xxx/lib/bootm.c. Now with weak arch_fixup_fdt() right in image-fdt.c where it is used we get both items highlighted above fixed. Change-Id: Iaac96fbb0bcc484906952ced132b10b2cead782e Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: York Sun <york.sun@nxp.com> Cc: Stefan Roese <sr@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> |
||
|---|---|---|
| .. | ||
| efi | ||
| fsp | ||
| Makefile | ||
| acpi_s3.c | ||
| acpi_table.c | ||
| asm-offsets.c | ||
| bios.c | ||
| bios.h | ||
| bios_asm.S | ||
| bios_interrupts.c | ||
| bootm.c | ||
| cmd_boot.c | ||
| cmd_mtrr.c | ||
| coreboot_table.c | ||
| crt0_ia32_efi.S | ||
| crt0_x86_64_efi.S | ||
| e820.c | ||
| early_cmos.c | ||
| elf_ia32_efi.lds | ||
| elf_x86_64_efi.lds | ||
| gcc.c | ||
| i8254.c | ||
| i8259.c | ||
| init_helpers.c | ||
| interrupts.c | ||
| lpc-uclass.c | ||
| mpspec.c | ||
| mrccache.c | ||
| northbridge-uclass.c | ||
| physmem.c | ||
| pinctrl_ich6.c | ||
| pirq_routing.c | ||
| pmu.c | ||
| ramtest.c | ||
| reloc_ia32_efi.c | ||
| reloc_x86_64_efi.c | ||
| relocate.c | ||
| scu.c | ||
| sections.c | ||
| sfi.c | ||
| spl.c | ||
| string.c | ||
| tables.c | ||
| zimage.c | ||