]> Git Repo - J-u-boot.git/commitdiff
armv8: ls1043aqds: print FPGA info early for QSPI boot
authorQianyu Gong <[email protected]>
Mon, 13 Jun 2016 03:20:32 +0000 (11:20 +0800)
committerYork Sun <[email protected]>
Tue, 28 Jun 2016 19:08:53 +0000 (12:08 -0700)
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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
include/configs/ls1043aqds.h

index 520b28c5fba406ffe43ce6fed0322371ff8c3f14..ee8cb2336cfef34d985766d397bbdf567f9ca421 100644 (file)
 #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
This page took 0.038316 seconds and 4 git commands to generate.