]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: ls102xa: Fix SD/NAND/QSPI boot defination error for QE support
authorAlison Wang <b18965@freescale.com>
Tue, 9 Dec 2014 09:37:49 +0000 (17:37 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:40:01 +0000 (09:40 -0800)
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>
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h

index df6843c64b188dce7979945c6a0f91676a6a15eb..4496871ff3e07c2e1ddf18587ca1bd8b2a1955de 100644 (file)
@@ -104,7 +104,8 @@ unsigned long get_board_ddr_clk(void);
 
 #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
 
index aa9ec72fe6196a1511d9b43c121276143bbfefa9..972becd9a41cd58bc3b3630633f7012d9eb5a5d6 100644 (file)
@@ -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