From be3e650d031916b132b4cef9d19e7844cca3440b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 28 Dec 2007 13:10:28 +0000 Subject: rename uboot directory for more consistency --- .../enable-splash-bmp.patch | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 packages/uboot/u-boot-mkimage-openmoko-native/enable-splash-bmp.patch (limited to 'packages/uboot/u-boot-mkimage-openmoko-native/enable-splash-bmp.patch') diff --git a/packages/uboot/u-boot-mkimage-openmoko-native/enable-splash-bmp.patch b/packages/uboot/u-boot-mkimage-openmoko-native/enable-splash-bmp.patch deleted file mode 100644 index dcb721c8d3..0000000000 --- a/packages/uboot/u-boot-mkimage-openmoko-native/enable-splash-bmp.patch +++ /dev/null @@ -1,56 +0,0 @@ -drivers/cfb_console.c: include asm/byteorder.h for le32_to_cpu and friends - [ shouldn't someone else have found this long ago ? ] -include/configs/neo1973.h (CONFIG_COMMANDS): add CFG_CMD_BMP -include/configs/neo1973.h: enable splash screen and BMP support -include/configs/neo1973.h: remove #if 1 ... #endif around video definitions - -- Werner Almesberger - -Index: u-boot/drivers/cfb_console.c -=================================================================== ---- u-boot.orig/drivers/cfb_console.c -+++ u-boot/drivers/cfb_console.c -@@ -191,6 +191,7 @@ CONFIG_VIDEO_HW_CURSOR: - Uses the - #if (CONFIG_COMMANDS & CFG_CMD_BMP) || defined(CONFIG_SPLASH_SCREEN) - #include - #include -+#include - #endif /* (CONFIG_COMMANDS & CFG_CMD_BMP) || CONFIG_SPLASH_SCREEN */ - - /*****************************************************************************/ -Index: u-boot/include/configs/neo1973_gta01.h -=================================================================== ---- u-boot.orig/include/configs/neo1973_gta01.h -+++ u-boot/include/configs/neo1973_gta01.h -@@ -86,6 +86,7 @@ - /* CFG_CMD_IRQ | */ \ - CFG_CMD_BOOTD | \ - CFG_CMD_CONSOLE | \ -+ CFG_CMD_BMP | \ - CFG_CMD_ASKENV | \ - CFG_CMD_RUN | \ - CFG_CMD_ECHO | \ -@@ -244,19 +245,21 @@ - /* we have a board_late_init() function */ - #define BOARD_LATE_INIT 1 - --#if 1 - #define CONFIG_VIDEO - #define CONFIG_VIDEO_S3C2410 - #define CONFIG_CFB_CONSOLE - #define CONFIG_VIDEO_LOGO -+#define CONFIG_SPLASH_SCREEN -+#define CFG_VIDEO_LOGO_MAX_SIZE (640*480+1024+100) /* 100 = slack */ -+#define CONFIG_VIDEO_BMP_GZIP - #define CONFIG_VGA_AS_SINGLE_DEVICE -+#define CONFIG_UNZIP - - #define VIDEO_KBD_INIT_FCT 0 - #define VIDEO_TSTC_FCT serial_tstc - #define VIDEO_GETC_FCT serial_getc - - #define LCD_VIDEO_ADDR 0x33d00000 --#endif - - #define CONFIG_S3C2410_NAND_BBT 1 - -- cgit v1.2.3