blob: fa0fa928577b997fb0ce9a035d020ca1678c990d [file] [log] [blame]
Siva Durga Prasad Paladugu0b54a9d2015-06-10 15:50:57 +05301if ARCH_ZYNQMP
2
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
Michal Simek84c72042015-01-15 10:01:51 +01009config SYS_BOARD
10 default "zynqmp"
11
12config SYS_VENDOR
13 default "xilinx"
14
15config SYS_SOC
16 default "zynqmp"
17
18config SYS_CONFIG_NAME
Michal Simeka1108da2016-03-18 18:21:36 +010019 string "Board configuration name"
20 default "xilinx_zynqmp"
21 help
22 This option contains information about board configuration name.
23 Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
24 will be used for board configuration.
Michal Simek84c72042015-01-15 10:01:51 +010025
Siva Durga Prasad Paladugu16fa00a2015-08-04 13:03:26 +053026config ZYNQMP_USB
27 bool "Configure ZynqMP USB"
28
Simon Glass04e38902016-07-05 17:10:13 -060029config SYS_MALLOC_F_LEN
30 default 0x600
31
32
Michal Simek84c72042015-01-15 10:01:51 +010033endif