2015-06-10 10:20:57 +00:00
|
|
|
if ARCH_ZYNQMP
|
|
|
|
|
2016-09-13 05:18:38 +00:00
|
|
|
config SPL_FAT_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:41 +00:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2015-01-15 09:01:51 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "zynqmp"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "xilinx"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "zynqmp"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2016-03-18 17:21:36 +00:00
|
|
|
string "Board configuration name"
|
|
|
|
default "xilinx_zynqmp"
|
|
|
|
help
|
|
|
|
This option contains information about board configuration name.
|
|
|
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
|
|
|
will be used for board configuration.
|
2015-01-15 09:01:51 +00:00
|
|
|
|
2015-08-04 07:33:26 +00:00
|
|
|
config ZYNQMP_USB
|
|
|
|
bool "Configure ZynqMP USB"
|
|
|
|
|
2016-07-05 23:10:13 +00:00
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x600
|
|
|
|
|
|
|
|
|
2015-01-15 09:01:51 +00:00
|
|
|
endif
|