[U-Boot] [PATCH] powerpc/85xx: Drop CONFIG_VIDEO_LOGO on P1_P2_RDB-PC boards to reduce size
Kumar Gala
galak at kernel.crashing.org
Wed Oct 12 22:56:24 CEST 2011
With older compilers (gcc-4.2.x) we run into issues that resulting image
is too large. We can save a bunch of space by removing the video logo
as video support in general on these boards is a nice to have since it
requires a PCIe add-on card.
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
include/configs/p1_p2_rdb_pc.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index b3d981f..9e0eb3b 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -642,7 +642,6 @@
#define CONFIG_VIDEO_SW_CURSOR
#define CONFIG_VGA_AS_SINGLE_DEVICE
#define CONFIG_ATI_RADEON_FB
-#define CONFIG_VIDEO_LOGO
#define CONFIG_SYS_ISA_IO_BASE_ADDRESS VIDEO_IO_OFFSET
#endif
--
1.7.3.4
More information about the U-Boot
mailing list