From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 4 Feb 2012 20:38:15 +0100 Subject: [U-Boot] [PATCH 2/2] Blackfin: easylogo: add lzma logos In-Reply-To: <201202041306.50623.vapier@gentoo.org> References: <1328321820-3708-1-git-send-email-vapier@gentoo.org> <201202041556.33383.marek.vasut@gmail.com> <201202041306.50623.vapier@gentoo.org> Message-ID: <201202042038.15628.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Saturday 04 February 2012 09:56:33 Marek Vasut wrote: > > > The bf527-ezkit boards are getting too big to fit into their reserved > > > flash space, so we need to use a lzma compressed logo. > > > > > > Since the video driver code is very similar, add lzma compressed > > > support to all of the Blackfin video drivers. > > > > So what exactly do you plan to do when the u-boot won't fit into the > > reserved flash space next time ? > > i'll worry about that when it comes > -mike maybe you can introduce decompressor into u-boot like linux has it and compress the rest of uboot with lzma/xz ? :) M