X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-zynq%2FKconfig;h=79f831e6df2ca16251d51a11ee74fd4620f8c45a;hb=2703d4b42dae40626ab511876f5a814ca01eae18;hp=c428ce5cc70b35d738060e14350ad63b7713c957;hpb=784667d7f9452780966dd0b400ef516f14f14c26;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig index c428ce5cc7..79f831e6df 100644 --- a/arch/arm/mach-zynq/Kconfig +++ b/arch/arm/mach-zynq/Kconfig @@ -1,6 +1,9 @@ if ARCH_ZYNQ -config SPL_FAT_SUPPORT +config SPL_LDSCRIPT + default "arch/arm/mach-zynq/u-boot-spl.lds" + +config SPL_FS_FAT default y config SPL_LIBCOMMON_SUPPORT @@ -33,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 @@ -51,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" @@ -60,4 +67,7 @@ config BOOT_INIT_FILE Add register writes to boot.bin format (max 256 pairs). Expect a table of register-value pairs, e.g. "0x12345678 0x4321" +config ZYNQ_SDHCI_MAX_FREQ + default 52000000 + endif