summaryrefslogtreecommitdiffstats
path: root/include/configs/ls1021atwr.h
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2014-12-09 17:37:49 +0800
committerYork Sun <yorksun@freescale.com>2014-12-11 09:40:01 -0800
commit4c59ab9cfbdd34f5ef1e960470accdc63e2483c1 (patch)
tree69a812d5bfe0a2cba01ad93905793e30405315ce /include/configs/ls1021atwr.h
parent8251ed2323bf6594560a3c0a620f4742f8c024dc (diff)
downloadtalos-obmc-uboot-4c59ab9cfbdd34f5ef1e960470accdc63e2483c1.tar.gz
talos-obmc-uboot-4c59ab9cfbdd34f5ef1e960470accdc63e2483c1.zip
arm: ls102xa: Fix SD/NAND/QSPI boot defination error for QE support
The SD/NAND/QSPI boot definations are wrong for QE support, this patch is to fix this error. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r--include/configs/ls1021atwr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index aa9ec72fe6..972becd9a4 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -82,7 +82,8 @@
#define CONFIG_FSL_CAAM /* Enable CAAM */
-#if !defined(CONFIG_SDCARD) && !defined(CONFIG_NAND) && !defined(CONFIG_SPI)
+#if !defined(CONFIG_SD_BOOT) && !defined(CONFIG_NAND_BOOT) && \
+ !defined(CONFIG_QSPI_BOOT)
#define CONFIG_U_QE
#endif
OpenPOWER on IntegriCloud