diff options
author | Qianyu Gong <qianyu.gong@nxp.com> | 2016-06-13 11:20:32 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-06-28 12:08:53 -0700 |
commit | 68aaa980c488696fa6f71109e53e819b02455e33 (patch) | |
tree | b1e308245531b08b09ed259082d7a4fed539e92e | |
parent | 581ff00bf7d276dadaa793aa1fc20b54d7b89e6a (diff) |
armv8: ls1043aqds: print FPGA info early for QSPI boot
Now I2C is initialized early enough to access FPGA so it supports to
show board info as early as other boot methods.
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | include/configs/ls1043aqds.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 520b28c5fb..ee8cb2336c 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -10,11 +10,7 @@ #include "ls1043a_common.h" #define CONFIG_DISPLAY_CPUINFO -#ifdef CONFIG_QSPI_BOOT -#define CONFIG_DISPLAY_BOARDINFO_LATE -#else #define CONFIG_DISPLAY_BOARDINFO -#endif #if defined(CONFIG_NAND_BOOT) || defined(CONFIG_SD_BOOT) #define CONFIG_SYS_TEXT_BASE 0x82000000 |