diff options
| author | Anatolij Gustschin <[email protected]> | 2019-12-04 15:48:54 +0100 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2019-12-06 16:38:51 +0100 |
| commit | 2cc393f32fd9ffcf47f4877e8d1345a7981a0d02 (patch) | |
| tree | 49565c0cfbcd5135553fd35cc588f92dadd4bc0e /configs/rpi_2_defconfig | |
| parent | ca5655d8006cfbaa4ff8ff450e4a5931e57fe050 (diff) | |
video: make BPP and ANSI configs optional
Many boards do not use all selected framebuffer depth
configurations, for such boards there is some unused
code in video and console uclass routines. Make depth
specific code optional to avoid dead code and slightly
reduce binary size. Also make ANSI code optional for
the same reason. When i.e. using only VIDEO_BPP16 the
code size shrinks (below values when using gcc-7.3.0):
$ ./tools/buildman/buildman -b video-wip -sS wandboard
...
01: Merge git://git.denx.de/u-boot-sh
02: video: add guards around 16bpp/32bbp code
03: video: make BPP and ANSI configs optional
arm: (for 1/1 boards) all -776.0 bss -8.0 text -768.0
Signed-off-by: Anatolij Gustschin <[email protected]>
Tested-by: Eugen Hristev <[email protected]>
Tested-by: Patrice Chotard <[email protected]>
Tested-by: Steffen Dirkwinkel <[email protected]>
Diffstat (limited to 'configs/rpi_2_defconfig')
| -rw-r--r-- | configs/rpi_2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index ebd62539241..4e8204ef886 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -38,6 +38,7 @@ CONFIG_USB_KEYBOARD=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_DM_VIDEO=y +CONFIG_VIDEO_BPP32=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y |
