summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAnatolij Gustschin <[email protected]>2019-09-23 18:05:05 +0200
committerStefano Babic <[email protected]>2019-10-08 16:36:36 +0200
commit0a1a45b7d67b548d504f4e42359338a0bd4dfcee (patch)
treed3012302fe8f0eb4e2c633968476c4a329c63ab5 /configs
parent5b20d141f209a62596f38ee42b0622280636a7ae (diff)
imx: mx6ul_14x14_evk: fix link issue
Since recent splash changes common code for splashscreen logo should be used instead of adding duplicated code under board directories. mx6ul_9x9_evk and mx6ul_14x14_evk configurations used old board specific logo code and do not link, fix them. Signed-off-by: Anatolij Gustschin <[email protected]> Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6ul_14x14_evk_defconfig1
-rw-r--r--configs/mx6ul_9x9_evk_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig
index a458d90a34b..9177794ae98 100644
--- a/configs/mx6ul_14x14_evk_defconfig
+++ b/configs/mx6ul_14x14_evk_defconfig
@@ -68,3 +68,4 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_STORAGE=y
CONFIG_DM_VIDEO=y
+CONFIG_SYS_WHITE_ON_BLACK=y
diff --git a/configs/mx6ul_9x9_evk_defconfig b/configs/mx6ul_9x9_evk_defconfig
index 81f9b5b7145..0b3b2b1fb22 100644
--- a/configs/mx6ul_9x9_evk_defconfig
+++ b/configs/mx6ul_9x9_evk_defconfig
@@ -71,3 +71,4 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_STORAGE=y
CONFIG_DM_VIDEO=y
+CONFIG_SYS_WHITE_ON_BLACK=y