summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2018-09-13 11:16:38 +0300
committerAbel Vesa <abel.vesa@nxp.com>2018-09-18 09:47:48 +0300
commitf7587cc9486952698250e7ddaf9bbce2f66efb71 (patch)
treecb17556cef3748485f6164216f1ec19a4373d559 /include
parentc70afc348ee9fae242f00be56cde556822f93156 (diff)
MLK-19183-12 iMX8QXP SPL: Add QSPI support for imx8qxp_mek
Allow iMX8QXP SPL to boot from QSPI. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8qxp_mek.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h
index 181623198b..66ab254998 100644
--- a/include/configs/imx8qxp_mek.h
+++ b/include/configs/imx8qxp_mek.h
@@ -13,6 +13,11 @@
#include "imx_env.h"
#ifdef CONFIG_SPL_BUILD
+
+#ifdef CONFIG_QSPI_BOOT
+#define CONFIG_SPL_SPI_LOAD
+#endif
+
#define CONFIG_SPL_TEXT_BASE 0x0
#define CONFIG_SPL_MAX_SIZE (124 * 1024)
#define CONFIG_SYS_MONITOR_LEN (1024 * 1024)