libfdt: Introduce new ARCH_FIXUP_FDT option
Add new Kconfig option to disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update memory setup in DTB file. One example of usage of this option is to boot OS with different memory setup than U-Boot use. Signed-off-by:Michal Simek <michal.simek@xilinx.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- Kconfig 9 additions, 0 deletionsKconfig
- arch/arm/lib/bootm-fdt.c 2 additions, 0 deletionsarch/arm/lib/bootm-fdt.c
- arch/arm/lib/bootm.c 2 additions, 0 deletionsarch/arm/lib/bootm.c
- arch/mips/lib/bootm.c 2 additions, 0 deletionsarch/mips/lib/bootm.c
- common/image-fdt.c 2 additions, 5 deletionscommon/image-fdt.c
Loading
Please register or sign in to comment