summaryrefslogtreecommitdiff
path: root/configs/peach-pit_defconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-12-04 17:48:54 +0300
committerAnatolij Gustschin <agust@denx.de>2019-12-06 18:38:51 +0300
commit2cc393f32fd9ffcf47f4877e8d1345a7981a0d02 (patch)
tree49565c0cfbcd5135553fd35cc588f92dadd4bc0e /configs/peach-pit_defconfig
parentca5655d8006cfbaa4ff8ff450e4a5931e57fe050 (diff)
downloadu-boot-2cc393f32fd9ffcf47f4877e8d1345a7981a0d02.tar.xz
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 <agust@denx.de> Tested-by: Eugen Hristev <eugen.hristev@microchip.com> Tested-by: Patrice Chotard <patrice.chotard@st.com> Tested-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'configs/peach-pit_defconfig')
-rw-r--r--configs/peach-pit_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig
index a9657d28bd..3155a9f297 100644
--- a/configs/peach-pit_defconfig
+++ b/configs/peach-pit_defconfig
@@ -72,6 +72,8 @@ CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_HOST_ETHER=y
CONFIG_DM_VIDEO=y
+CONFIG_VIDEO_BPP16=y
+CONFIG_VIDEO_BPP32=y
CONFIG_VIDCONSOLE_AS_LCD=y
CONFIG_DISPLAY=y
CONFIG_VIDEO_BRIDGE=y