diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-08 03:00:48 +1000 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-13 13:20:03 +0100 |
commit | fc82edd8440721aadf3bfc784f29a513ad7680be (patch) | |
tree | 038d1122c95678ff1216150dca99c700e77ec9cd /configs/socfpga_cyclone5_defconfig | |
parent | 47c0d79edc35fdd959851abcb3332bd5e702d0eb (diff) | |
download | u-boot-fc82edd8440721aadf3bfc784f29a513ad7680be.tar.gz u-boot-fc82edd8440721aadf3bfc784f29a513ad7680be.tar.xz u-boot-fc82edd8440721aadf3bfc784f29a513ad7680be.zip |
arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs
This feature is required in SPL to enable support for loading from SPI
flash.
Also clean up the #define in socfpga_common.h.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin-Liang See <clsee@altera.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/socfpga_cyclone5_defconfig')
-rw-r--r-- | configs/socfpga_cyclone5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index accee924a3..e31aa71689 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -7,6 +7,7 @@ CONFIG_TARGET_SOCFPGA_CYCLONE5_SOCDK=y CONFIG_SPL_STACK_R_ADDR=0x00800000 CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk" CONFIG_SPL=y +CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_SPL_STACK_R=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set |