From 2cc393f32fd9ffcf47f4877e8d1345a7981a0d02 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Wed, 4 Dec 2019 15:48:54 +0100 Subject: 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 Tested-by: Eugen Hristev Tested-by: Patrice Chotard Tested-by: Steffen Dirkwinkel --- configs/sama5d27_wlsom1_ek_mmc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/sama5d27_wlsom1_ek_mmc_defconfig') diff --git a/configs/sama5d27_wlsom1_ek_mmc_defconfig b/configs/sama5d27_wlsom1_ek_mmc_defconfig index 6dbf6a4..6b55e95 100644 --- a/configs/sama5d27_wlsom1_ek_mmc_defconfig +++ b/configs/sama5d27_wlsom1_ek_mmc_defconfig @@ -93,6 +93,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_ATMEL_USBA=y CONFIG_DM_VIDEO=y +CONFIG_VIDEO_BPP16=y CONFIG_ATMEL_HLCD=y CONFIG_W1=y CONFIG_W1_GPIO=y -- cgit v1.1