summaryrefslogtreecommitdiffstats
path: root/include/configs/VOH405.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-10-08 10:19:07 +0200
committerStefan Roese <sr@denx.de>2005-10-08 10:19:07 +0200
commitc29ab9d71d229ee94e8263845ea54222005e3880 (patch)
tree60bf999c52c3e7bce7320d4ac82a7a0d27c3096c /include/configs/VOH405.h
parentbccae9039e59ac09a776429119389a6a4e679fd7 (diff)
downloadblackbird-obmc-uboot-c29ab9d71d229ee94e8263845ea54222005e3880.tar.gz
blackbird-obmc-uboot-c29ab9d71d229ee94e8263845ea54222005e3880.zip
Fix gzip bmp support (test if malloc fails, warning when truncated).
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 08 Oct 2005
Diffstat (limited to 'include/configs/VOH405.h')
-rw-r--r--include/configs/VOH405.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/VOH405.h b/include/configs/VOH405.h
index b3ce3da822..3ca137e53a 100644
--- a/include/configs/VOH405.h
+++ b/include/configs/VOH405.h
@@ -362,7 +362,7 @@
#define CFG_LCD_SMALL_MEM 0xF1400000 /* Epson S1D13704 Mem Base Address */
#define CFG_LCD_SMALL_REG 0xF140FFE0 /* Epson S1D13704 Reg Base Address */
-#define CFG_LCD_LOGO_MAX_SIZE (1024*1024)
+#define CFG_VIDEO_LOGO_MAX_SIZE (1 << 20)
/*-----------------------------------------------------------------------
* FPGA stuff
OpenPOWER on IntegriCloud