From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Mon, 28 Nov 2011 22:14:20 -0500 Subject: [U-Boot] [RFC PATCH 6/7] reboard: arm: Move over to generic relocation In-Reply-To: <1321919880-10070-7-git-send-email-sjg@chromium.org> References: <1321919880-10070-1-git-send-email-sjg@chromium.org> <1321919880-10070-7-git-send-email-sjg@chromium.org> Message-ID: <201111282214.22015.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 Monday 21 November 2011 18:57:59 Simon Glass wrote: > --- a/board/reloc.c > +++ b/board/reloc.c > > -void relocate_code(ulong dest_addr_sp, gd_t *new_gd, ulong dest_addr) > +void new_relocate_code(ulong dest_addr_sp, gd_t *new_gd, ulong dest_addr) shouldn't this be squashed into the patch that added this func ? > --- a/nand_spl/board/freescale/mx31pdk/Makefile > +++ b/nand_spl/board/freescale/mx31pdk/Makefile > > +$(obj)%.o: $(SRCTREE)/board/%.c > + $(CC) $(CFLAGS) -c -o $@ $< > + > +$(obj)%.o: $(SRCTREE)/arch/arm/lib/%.S > + $(CC) $(AFLAGS) -c -o $@ $< ugh. is this the SOP for SPL or something ? this is awful :(. -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: