mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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>
This commit is contained in:
parent
581ff00bf7
commit
68aaa980c4
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue