2015-03-16 07:43:24 +00:00
|
|
|
if ARCH_ZYNQ
|
2014-08-30 22:10:55 +00:00
|
|
|
|
2016-09-13 05:18:38 +00:00
|
|
|
config SPL_FAT_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2014-08-30 22:10:55 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "xilinx"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2016-05-20 12:59:33 +00:00
|
|
|
string "Board configuration name"
|
|
|
|
default "zynq-common"
|
|
|
|
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.
|
2014-08-30 22:10:55 +00:00
|
|
|
|
2016-07-05 23:10:13 +00:00
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x600
|
|
|
|
|
2014-08-30 22:10:55 +00:00
|
|
|
endif
|