From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 21 Dec 2017 09:46:23 -0500 Subject: [U-Boot] [PATCH v1 01/10] common: do not compile common fastboot code when building the SPL In-Reply-To: <1513857247-15821-2-git-send-email-jjhiblot@ti.com> References: <1513857247-15821-1-git-send-email-jjhiblot@ti.com> <1513857247-15821-2-git-send-email-jjhiblot@ti.com> Message-ID: <20171221144623.GD7592@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Dec 21, 2017 at 12:53:47PM +0100, Jean-Jacques Hiblot wrote: > This is not required as fastboot can't be started from SPL. > > Signed-off-by: Jean-Jacques Hiblot > --- > > common/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/common/Makefile b/common/Makefile > index 1416620..c7bde23 100644 > --- a/common/Makefile > +++ b/common/Makefile > @@ -109,6 +109,7 @@ obj-$(CONFIG_IO_TRACE) += iotrace.o > obj-y += memsize.o > obj-y += stdio.o > > +ifndef CONFIG_SPL_BUILD > # This option is not just y/n - it can have a numeric value > ifdef CONFIG_FASTBOOT_FLASH > obj-y += image-sparse.o > @@ -119,6 +120,7 @@ ifdef CONFIG_FASTBOOT_FLASH_NAND_DEV > obj-y += fb_nand.o > endif > endif > +endif > > ifdef CONFIG_CMD_EEPROM_LAYOUT > obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o We don't need this as all of the code (and text) is discarded. Checked with am335x_evm_usbspl as that does set FASTBOOT. Thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: