mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
d612f0ab34
This patch adds QSPI boot support for LS1021AQDS/TWR board. The QSPI boot image need to be programmed into the QSPI flash first. Then the booting will start from QSPI memory space. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
3 lines
83 B
Text
3 lines
83 B
Text
CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT"
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_TARGET_LS1021AQDS=y
|