diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-03 18:05:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-03 18:05:04 -0400 |
commit | 541f538f4ca50082f77f7f34f05950d57804b1cc (patch) | |
tree | 09e94cc98e5d024bd016ba2b04b61f0b816304c6 /include/configs/ls1043ardb.h | |
parent | b07d044d5bfa8c440b172eb3f8a9d537f82e21b6 (diff) | |
parent | 8d75d52878514e23e0bd9c30743255570d05409c (diff) | |
download | u-boot-541f538f4ca50082f77f7f34f05950d57804b1cc.tar.gz |
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'include/configs/ls1043ardb.h')
-rw-r--r-- | include/configs/ls1043ardb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 51e7624c63..deae787358 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -280,11 +280,9 @@ /* QE */ #ifndef SPL_NO_QE -#if !defined(CONFIG_SD_BOOT) && !defined(CONFIG_NAND_BOOT) && \ - !defined(CONFIG_QSPI_BOOT) +#if !defined(CONFIG_NAND_BOOT) && !defined(CONFIG_QSPI_BOOT) #define CONFIG_U_QE #endif -#define CONFIG_SYS_QE_FW_ADDR 0x60940000 #endif /* USB */ |