diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-08 03:00:46 +1000 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-13 13:20:02 +0100 |
commit | 5c9b1d735ea782c2d0ad97496d74cb1fdd27c2d9 (patch) | |
tree | 4979e7e5387487ef542f8aa5a07c1d4b5468254b /configs/zynq_zc770_xm012_defconfig | |
parent | 4f627c5a59f4f69df156c199d6238849f26fe9af (diff) | |
download | u-boot-5c9b1d735ea782c2d0ad97496d74cb1fdd27c2d9.tar.gz |
arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs
This feature is required in SPL to enable support for loading from SPI
flash when the device is booted from QSPI.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm012_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm012_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm012_defconfig b/configs/zynq_zc770_xm012_defconfig index 7fb03eb049..75d6c5531c 100644 --- a/configs/zynq_zc770_xm012_defconfig +++ b/configs/zynq_zc770_xm012_defconfig @@ -10,4 +10,5 @@ CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM012" CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_ZYNQ_GEM=y |