]> git.ipfire.org Git - people/ms/u-boot.git/commit - Kconfig
libfdt: Introduce new ARCH_FIXUP_FDT option
authorMichal Simek <michal.simek@xilinx.com>
Thu, 28 Jul 2016 07:06:41 +0000 (09:06 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 1 Aug 2016 01:37:08 +0000 (19:37 -0600)
commite2f88dfd2d9671945877daf5a8c9223b864c34d1
tree6d2e31420dea6edd8a46bf7d24f8514e1c574c50
parent26fb8db0f4d1e7c118b5e8f3a8849f359b91c166
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>
Kconfig
arch/arm/lib/bootm-fdt.c
arch/arm/lib/bootm.c
arch/mips/lib/bootm.c
common/image-fdt.c