X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=a44ac9149c5d51033d759cf050b60cbe2f3537de;hb=592f4aed6db765172e21f228800b49f9a27ff201;hp=e09b9c3b0351971a8a82ce6ebfe195c7c0307e92;hpb=3337e3af5d3dd52e1fa043fc117594fbf3e029f4;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index e09b9c3b03..a44ac9149c 100644 --- a/Kconfig +++ b/Kconfig @@ -61,6 +61,7 @@ config DISTRO_DEFAULTS select CMD_BOOTZ if ARM && !ARM64 select CMD_BOOTI if ARM64 select CMD_DHCP + select CMD_PXE select CMD_EXT2 select CMD_EXT4 select CMD_FAT @@ -298,9 +299,8 @@ 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 +config ARCH_FIXUP_FDT_MEMORY + bool "Enable arch_fixup_memory_banks() call" default y help Enable FDT memory map syncup before OS boot. This feature can be