Re: [U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-09 Thread Tyler Olmstead
s, so I can't test this theory without fear of messing up something. -- Tyler On Thu, Aug 9, 2012 at 4:00 PM, Tom Rini wrote: > On Wed, Aug 08, 2012 at 07:24:13PM -0700, Tyler Olmstead wrote: > >> Remove linker command line options from the SPL makefile >> that force the inclusi

Re: [U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-09 Thread Tyler Olmstead
Hi Tom, On Thu, Aug 9, 2012 at 7:35 AM, Tom Rini wrote: > On 08/08/2012 07:24 PM, Tyler Olmstead wrote: > >> Remove linker command line options from the SPL makefile >> that force the inclusion of unreferenced command code from >> linked object files. As commands

[U-Boot] [PATCH] spl: remove forced linking of commands into SPL

2012-08-08 Thread Tyler Olmstead
link errors in the case where the command code contained symbols that were not resolved by linking in the limited objects compiled in the SPL build. Signed-off-by: Tyler Olmstead --- spl/Makefile |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spl/Makefile b/spl/Makefile

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-08-02 Thread Tyler Olmstead
Hi all, Apologies for the delay in response, I've been working on a high priority issue. On Thu, Jul 26, 2012 at 4:02 PM, Christian Riesch wrote: > Hi, > > > On Thursday, July 26, 2012, Aneesh V wrote: >> >> Hi Tyler, >> >> On 07/26/2012 11:54 AM, T

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Tyler Olmstead
Hi Christian, On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch wrote: > > [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] > > Tyler, > > On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead > wrote: > > Hi all, > > > > I have encountered some issues addi

[U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Tyler Olmstead
Hi all, I have encountered some issues adding a board-specific command to the board file of a project I have been working on. Specifically, after adding a U-Boot shell command to my board file, I have been seeing link-stage failures when attempting to build SPL. UNDEF_SYM=`arm-arago-linux-gnuea