* [U-Boot] [PATCH] qong: enable support for compressed images
@ 2011-10-25 19:48 Wolfgang Denk
2011-10-31 11:22 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Denk @ 2011-10-25 19:48 UTC (permalink / raw)
To: u-boot
- enable support for unzip command
- enable support for compressed bitmap images
We also have to increase the malloc() arena a bit for this.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/qong.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/include/configs/qong.h b/include/configs/qong.h
index b1fc80c..cc6b9c5 100644
--- a/include/configs/qong.h
+++ b/include/configs/qong.h
@@ -43,7 +43,7 @@
/*
* Size of malloc() pool
*/
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 1536 * 1024)
/*
* Hardware drivers
@@ -89,6 +89,8 @@
#define CONFIG_SPLASH_SCREEN
#define CONFIG_CMD_BMP
#define CONFIG_BMP_16BPP
+#define CONFIG_VIDEO_BMP_GZIP
+#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (512 << 10)
/* USB */
#define CONFIG_CMD_USB
@@ -134,6 +136,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_SETEXPR
#define CONFIG_CMD_SPI
+#define CONFIG_CMD_UNZIP
#define BOARD_LATE_INIT
--
1.7.6.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] qong: enable support for compressed images
2011-10-25 19:48 [U-Boot] [PATCH] qong: enable support for compressed images Wolfgang Denk
@ 2011-10-31 11:22 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2011-10-31 11:22 UTC (permalink / raw)
To: u-boot
On 10/25/2011 09:48 PM, Wolfgang Denk wrote:
> - enable support for unzip command
> - enable support for compressed bitmap images
>
> We also have to increase the malloc() arena a bit for this.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-31 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 19:48 [U-Boot] [PATCH] qong: enable support for compressed images Wolfgang Denk
2011-10-31 11:22 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox