diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-07-15 13:31:05 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-07-27 14:01:32 +0200 |
commit | 195011b24dc928677b973237c3152491a37cef7f (patch) | |
tree | 9072a1e561b7865e541d79838658540588a8a317 /configs/colibri_imx7_defconfig | |
parent | 816943cfb29c5647bd90aa00e6db08ca5359ea72 (diff) |
colibri-imx7: fix splash logo drawing
1. Configure white on black for video console.
2. Enable printing bmp logo during late board init stage.
3. Use iomux configuration from device tree.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'configs/colibri_imx7_defconfig')
-rw-r--r-- | configs/colibri_imx7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig index 425a3b11c0..edaa6fad6d 100644 --- a/configs/colibri_imx7_defconfig +++ b/configs/colibri_imx7_defconfig @@ -90,3 +90,5 @@ CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_DM_VIDEO=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_FDT_FIXUP_PARTITIONS=y +CONFIG_BOARD_LATE_INIT=y +CONFIG_SYS_WHITE_ON_BLACK=y |