summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2080a_common.h
diff options
context:
space:
mode:
authorYuan Yao <yao.yuan@nxp.com>2016-06-08 18:25:00 +0800
committerYork Sun <york.sun@nxp.com>2016-06-10 13:45:01 -0700
commita646f6698173ef4ff34c414f91541b4b8f014de1 (patch)
treef99c0f91aff10444b7b8103bc9544e3f5a1a6973 /include/configs/ls2080a_common.h
parent01de8304028275b2b7650b5f601e87ce63006e19 (diff)
downloadtalos-obmc-uboot-a646f6698173ef4ff34c414f91541b4b8f014de1.tar.gz
talos-obmc-uboot-a646f6698173ef4ff34c414f91541b4b8f014de1.zip
armv8: ls2080aqds: Enable QSPI boot support
This patch adds QSPI boot support for LS2080AQDS board. The QSPI boot image need to be programmed into the QSPI flash first. Then we can switch to booting from QSPI memory space. Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080a_common.h')
-rw-r--r--include/configs/ls2080a_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index cab3ba9484..ebe1415421 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -29,11 +29,13 @@
#define CONFIG_FSL_CAAM /* Enable SEC/CAAM */
/* Link Definitions */
+#ifndef CONFIG_QSPI_BOOT
#ifdef CONFIG_SPL
#define CONFIG_SYS_TEXT_BASE 0x80400000
#else
#define CONFIG_SYS_TEXT_BASE 0x30100000
#endif
+#endif
#ifdef CONFIG_EMU
#define CONFIG_SYS_NO_FLASH
OpenPOWER on IntegriCloud