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 <ga...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot