diff options
author | Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com> | 2019-10-23 07:40:42 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:56 +0100 |
commit | dd7e7feb4430accb73a140c9539253ec1e11276b (patch) | |
tree | a4af41cef46efa0f19ee629ee4398dace2294d99 /configs | |
parent | ba1444eab6c51550b2c992fc228d5f29774366bf (diff) | |
download | u-boot-dd7e7feb4430accb73a140c9539253ec1e11276b.tar.gz u-boot-dd7e7feb4430accb73a140c9539253ec1e11276b.tar.xz u-boot-dd7e7feb4430accb73a140c9539253ec1e11276b.zip |
imx: cx9020: enable vidconsole by default
Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx53cx9020_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig index dee7c37913..e1126c53e1 100644 --- a/configs/mx53cx9020_defconfig +++ b/configs/mx53cx9020_defconfig @@ -48,3 +48,4 @@ CONFIG_MXC_UART=y CONFIG_DM_VIDEO=y CONFIG_VIDEO_BPP16=y CONFIG_VIDEO_IPUV3=y +CONFIG_SYS_WHITE_ON_BLACK=y |