diff options
| author | Tom Rini <[email protected]> | 2022-03-14 18:39:26 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-14 18:39:26 -0400 |
| commit | f43e892f51d7ecca8c8bd1b0850120db92f7caed (patch) | |
| tree | e01a92bf6789c0e42012f85c3e3bb384cd3d3afa /include | |
| parent | c149bf41404e34014e37de32fac332892b11bd4a (diff) | |
| parent | d6213e206c441a3b2b83c0588954c851c3610d97 (diff) | |
Merge tag 'video-20220314' of https://source.denx.de/u-boot/custodians/u-boot-video
- fix display of the u-boot logo on Apple devices
- convert Nokia RX-51 to CONFIG_DM_VIDEO
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/nokia_rx51.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 9be64c3d3f8..e837b12b568 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -70,19 +70,12 @@ #define CONFIG_SYS_ONENAND_BASE ONENAND_MAP -/* - * Framebuffer - */ -/* Video console */ -#define VIDEO_FB_16BPP_PIXEL_SWAP -#define VIDEO_FB_16BPP_WORD_SWAP - /* Environment information */ #define CONFIG_EXTRA_ENV_SETTINGS \ "usbtty=cdc_acm\0" \ "stdin=usbtty,serial,keyboard\0" \ - "stdout=usbtty,serial,vga\0" \ - "stderr=usbtty,serial,vga\0" \ + "stdout=usbtty,serial,vidconsole\0" \ + "stderr=usbtty,serial,vidconsole\0" \ "slide=gpio input " __stringify(GPIO_SLIDE) "\0" \ "switchmmc=mmc dev ${mmcnum}\0" \ "kernaddr=0x82008000\0" \ |
