X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=626e82f88dfe6cf5c945e2acc3895b7a76af50c2;hb=c8d7393b73b8d13ba3eb66dada1fc0ce979c8021;hp=ef12f9fbee403c2e9786764f64ff2070f6e336cb;hpb=4711e7f7af839b41a6d78490257a9e7975494dd3;p=u-boot diff --git a/Kconfig b/Kconfig index ef12f9fbee..626e82f88d 100644 --- a/Kconfig +++ b/Kconfig @@ -342,6 +342,15 @@ config SYS_CLK_FREQ help TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture +config ARCH_FIXUP_FDT + bool "Enable arch_fixup_fdt() call" + depends on ARM || MIPS + default y + help + Enable FDT memory map syncup before OS boot. This feature can be + used for booting OS with different memory setup where the part of + the memory location should be used for different purpose. + endmenu # Boot images source "common/Kconfig"