blob: 5a1f7cad5fb6d053d84af8382d3bde79914256de [file] [log] [blame]
Masahiro Yamada5ca269a2015-03-16 16:43:24 +09001if ARCH_ZYNQ
Masahiro Yamada44dcb402014-08-31 07:10:55 +09002
Simon Glassae56db52016-09-12 23:18:38 -06003config SPL_FAT_SUPPORT
4 default y
5
Simon Glass77d2f7f2016-09-12 23:18:41 -06006config SPL_LIBCOMMON_SUPPORT
7 default y
8
Simon Glass1646eba2016-09-12 23:18:42 -06009config SPL_LIBDISK_SUPPORT
10 default y
11
Simon Glasscc4288e2016-09-12 23:18:43 -060012config SPL_LIBGENERIC_SUPPORT
13 default y
14
Simon Glass1fdf7c62016-09-12 23:18:44 -060015config SPL_MMC_SUPPORT
16 default y if ZYNQ_SDHCI
17
Masahiro Yamada44dcb402014-08-31 07:10:55 +090018config SYS_BOARD
Masahiro Yamada44dcb402014-08-31 07:10:55 +090019 default "zynq"
20
21config SYS_VENDOR
Masahiro Yamada44dcb402014-08-31 07:10:55 +090022 default "xilinx"
23
24config SYS_SOC
Masahiro Yamada44dcb402014-08-31 07:10:55 +090025 default "zynq"
26
27config SYS_CONFIG_NAME
Michal Simekad5b5802016-05-20 14:59:33 +020028 string "Board configuration name"
29 default "zynq-common"
30 help
31 This option contains information about board configuration name.
32 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
33 will be used for board configuration.
Masahiro Yamada44dcb402014-08-31 07:10:55 +090034
Simon Glass04e38902016-07-05 17:10:13 -060035config SYS_MALLOC_F_LEN
36 default 0x600
37
Masahiro Yamada44dcb402014-08-31 07:10:55 +090038endif