diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-10 15:41:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-10 15:41:15 -0500 |
commit | fd4b8f813f11879bb38a0d3a5839279e85325476 (patch) | |
tree | 1710610287d3903ac05922c05e59c7e9abd885c9 /configs/novena_defconfig | |
parent | 520f9559020894950d4e962aba52220c8a1d6bfe (diff) | |
parent | 2cc393f32fd9ffcf47f4877e8d1345a7981a0d02 (diff) | |
download | u-boot-fd4b8f813f11879bb38a0d3a5839279e85325476.tar.gz u-boot-fd4b8f813f11879bb38a0d3a5839279e85325476.tar.xz u-boot-fd4b8f813f11879bb38a0d3a5839279e85325476.zip |
Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
- fix crash and board reset when drawing RLE8 bitmaps
bigger than the framebuffer resolution
- reduce dead code in video and console uclass routines
(tested on mx53cx9020, sama5d2_xplained, stm32mp157c-ev1,
stm32f746-disco, stm32f769-disco and wandboard)
Diffstat (limited to 'configs/novena_defconfig')
-rw-r--r-- | configs/novena_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/novena_defconfig b/configs/novena_defconfig index 3cff4dd450..1266f39704 100644 --- a/configs/novena_defconfig +++ b/configs/novena_defconfig @@ -75,6 +75,7 @@ CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_DM_VIDEO=y +CONFIG_VIDEO_BPP16=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y CONFIG_FAT_WRITE=y |