From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Fri, 3 Dec 2010 22:05:16 -0500 Subject: [U-Boot] [RFC 1/2] Add support for bootstrap stage that allows to have a compressed U-Boot image. The final image will named "u-boot-bootstrap". In-Reply-To: <1291113049-4176-2-git-send-email-luigi.mantellini@idf-hit.com> References: <1291113049-4176-1-git-send-email-luigi.mantellini@idf-hit.com> <1291113049-4176-2-git-send-email-luigi.mantellini@idf-hit.com> Message-ID: <201012032205.17151.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, November 30, 2010 05:30:47 luigi.mantellini at idf-hit.com wrote: > /u-boot.bin > +/u-boot.bin.bz2 > +/u-boot.bin.gz > +/u-boot.bin.lzma > +/u-boot.bin.lzo better to have just one i think: /u-boot.bin* > +/u-boot-bootstrap > +/u-boot-bootstrap.hex > +/u-boot-bootstrap.map > +/u-boot-bootstrap.bin > +/u-boot-bootstrap.bin.bz2 > +/u-boot-bootstrap.bin.gz > +/u-boot-bootstrap.bin.lzma > +/u-boot-bootstrap.bin.lzo > +/u-boot-bootstrap.dis > +/u-boot-bootstrap.srec > +/u-boot-bootstrap.ldr > +/u-boot-bootstrap.ldr.hex > +/u-boot-bootstrap.ldr.srec > +/u-boot-bootstrap.lds same here: /u-boot-bootstrap* > -COBJS-$(CONFIG_LZO) += lzo1x_decompress.o > +COBJS-$(CONFIG_LZO)$(CONFIG_BOOTSTRAP_LZO) += lzo1x_decompress.o > + > +COBJS-y += $(OBJS-yy) you sure this works when both config symbols are set ? -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20101203/238fe17e/attachment.pgp