]> git.sur5r.net Git - u-boot/blobdiff - Kconfig
common, kconfig: move VERSION_VARIABLE to Kconfig
[u-boot] / Kconfig
diff --git a/Kconfig b/Kconfig
index cb5af5b0f76b3d594cb5c88b470fbe03755925c9..fdea71efaacc71bc92b2e582b2109b40fab67425 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -57,7 +57,8 @@ config DISTRO_DEFAULTS
        bool "Select defaults suitable for booting general purpose Linux distributions"
        default y if ARCH_SUNXI
        default n
-       select CMD_BOOTZ
+       select CMD_BOOTZ if ARM && !ARM64
+       select CMD_BOOTI if ARM64
        select CMD_DHCP
        select CMD_EXT2
        select CMD_EXT4
@@ -82,6 +83,7 @@ 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,