X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Kconfig;h=a44ac9149c5d51033d759cf050b60cbe2f3537de;hb=29d357d7bfa5e942ecc8cf735c3742658faa1b78;hp=529858a79dab58af5c86da3dc8ce0c927159913a;hpb=6b29a395b62965eef6b5065d3a526a8588a92038;p=people%2Fms%2Fu-boot.git diff --git a/Kconfig b/Kconfig index 529858a79d..a44ac9149c 100644 --- a/Kconfig +++ b/Kconfig @@ -55,12 +55,13 @@ config CC_OPTIMIZE_FOR_SIZE config DISTRO_DEFAULTS bool "Select defaults suitable for booting general purpose Linux distributions" - default y if ARCH_SUNXI + default y if ARCH_SUNXI || TEGRA default y if ARCH_LS2080A default n 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