[U-Boot] [PATCH V3 3/3] arm/davinci: spl - add compressed u-boot image support
Sughosh Ganu
urwithsughosh at gmail.com
Tue Jul 10 20:49:26 CEST 2012
hi Mikhail,
On Mon Jul 09, 2012 at 10:53:40PM +0400, Mikhail Kshevetskiy wrote:
> Motivation:
> * we have a board with 128 Kb spi flash, so normal u-boot.ais does not
> fit on it.
>
> This patch add support of compressed 2-nd u-boot stage. To create a compressed
> ais image its required:
> * define CONFIG_SPL_GUNZIP_SUPPORT --- enable compressed ais image supports
> * define CONFIG_SPL_GUNZIP_MAX_SIZE --- define a maximum size of compressed
> u-boot part
> * define CONFIG_SPL_GUNZIP_LOAD_ADDR --- memory address to load compressed
> u-boot part (CONFIG_SPL_GUNZIP_LOAD_ADDR region should not overlap with
> CONFIG_SYS_TEXT_BASE region)
> * use: make u-boot-gzip.ais to get a compressed ais image
I don't see any of these macros being defined for any board in your
patch series. Which boards are they being used on. Also, i think these
defines need to be added to the README.
-sughosh
More information about the U-Boot
mailing list