Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / arch / arm / mach-zynq / Kconfig
index 87729047f9990ab92c7511db86f514181a71e136..79f831e6df2ca16251d51a11ee74fd4620f8c45a 100644 (file)
@@ -3,7 +3,7 @@ if ARCH_ZYNQ
 config SPL_LDSCRIPT
        default "arch/arm/mach-zynq/u-boot-spl.lds"
 
-config SPL_FAT_SUPPORT
+config SPL_FS_FAT
        default y
 
 config SPL_LIBCOMMON_SUPPORT
@@ -36,6 +36,7 @@ config ZYNQ_DDRC_INIT
          want to skip ddr init and this option is useful for it.
 
 config SYS_BOARD
+       string "Board name"
        default "zynq"
 
 config SYS_VENDOR
@@ -54,7 +55,10 @@ config SYS_CONFIG_NAME
          will be used for board configuration.
 
 config SYS_MALLOC_F_LEN
-       default 0x600
+       default 0x800
+
+config SYS_MALLOC_LEN
+       default 0x1400000
 
 config BOOT_INIT_FILE
        string "boot.bin init register filename"