X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Kconfig;h=a44ac9149c5d51033d759cf050b60cbe2f3537de;hb=1e960e15a58d029fbf7ad2a58afc565275d3485e;hp=5f2f894bd1a13bb34529e7e34e2cc2e36b22da07;hpb=a7a97fddb390b998449264a005ce32a95dfd068b;p=platform%2Fkernel%2Fu-boot.git diff --git a/Kconfig b/Kconfig index 5f2f894..a44ac91 100644 --- a/Kconfig +++ b/Kconfig @@ -55,11 +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 @@ -83,7 +85,6 @@ config SYS_MALLOC_F config SYS_MALLOC_F_LEN hex "Size of malloc() pool before relocation" depends on SYS_MALLOC_F - default 0x2000 if SPL_DM && SPL_OF_CONTROL default 0x400 help Before relocation, memory is very limited on many platforms. Still, @@ -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