summaryrefslogtreecommitdiff
path: root/configs/imx6q_icore_nand_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-09-18 17:23:45 +0200
committerAnatolij Gustschin <agust@denx.de>2019-09-21 10:22:08 +0200
commite80aa8b0293c3569f4f9980040a9b70f0cb9cbff (patch)
treef568bf10efcdd3b88780a4face6ee612f9a4b4c6 /configs/imx6q_icore_nand_defconfig
parent666973320ecab8fc5fd592ed6eab331b7f697ed6 (diff)
imx: icore: fix splash logo drawing
Define "splashimage" variable in the default environment and enable BMP code. Also configure white on black for video console. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/imx6q_icore_nand_defconfig')
-rw-r--r--configs/imx6q_icore_nand_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx6q_icore_nand_defconfig b/configs/imx6q_icore_nand_defconfig
index fc990a8add..5671b9a518 100644
--- a/configs/imx6q_icore_nand_defconfig
+++ b/configs/imx6q_icore_nand_defconfig
@@ -28,6 +28,7 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_CMD_BMP=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
@@ -52,4 +53,5 @@ CONFIG_PINCTRL_IMX6=y
CONFIG_MXC_UART=y
CONFIG_IMX_THERMAL=y
CONFIG_DM_VIDEO=y
+CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_VIDEO_IPUV3=y