diff options
author | Santan Kumar <santan.kumar@nxp.com> | 2017-08-18 15:20:31 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-09-22 12:41:46 -0700 |
commit | 32999fa5d6e8d7dd1542eae39d56837b5b5066b4 (patch) | |
tree | 7897a0018e7d042a8835f4f6fe65a078ff489d7d /include/configs/ls2080ardb.h | |
parent | bdbcb522568fe46dc6141ea1f799e2d08b0e3d76 (diff) | |
download | u-boot-32999fa5d6e8d7dd1542eae39d56837b5b5066b4.tar.gz |
board/ls2080ardb: Remove CONFIG_DISPLAY_BOARDINFO_LATE
CONFIG_DISPLAY_BOARDINFO_LATE config is used to delay
the prints of boardinfo late in cycle during uboot boot.
This feature is not required in case of QSPI_BOOT.
Signed-off-by: Santan Kumar <santan.kumar@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r-- | include/configs/ls2080ardb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 145b285685..e301228335 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -18,7 +18,6 @@ #define CONFIG_QIXIS_I2C_ACCESS #endif #define CONFIG_SYS_I2C_EARLY_INIT -#define CONFIG_DISPLAY_BOARDINFO_LATE #endif #define I2C_MUX_CH_VOL_MONITOR 0xa |