Re: [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files

2012-10-03 Thread Daniel Schwierzeck
2012/10/3 Marek Vasut : > Dear Daniel Schwierzeck, > >> 2012/10/3 Marek Vasut : >> > Dear Daniel Schwierzeck, >> > >> > [...] >> > >> >> this can't work because u-boot.lst is genereated in top-level directory >> >> but linking of standalone code happens in the according subdirectories. >> >> Thus t

Re: [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files

2012-10-03 Thread Marek Vasut
Dear Daniel Schwierzeck, > 2012/10/3 Marek Vasut : > > Dear Daniel Schwierzeck, > > > > [...] > > > >> this can't work because u-boot.lst is genereated in top-level directory > >> but linking of standalone code happens in the according subdirectories. > >> Thus the linker can't find u-boot.lst.

Re: [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files

2012-10-03 Thread Daniel Schwierzeck
2012/10/3 Marek Vasut : > Dear Daniel Schwierzeck, > > [...] > >> this can't work because u-boot.lst is genereated in top-level directory >> but linking of standalone code happens in the according subdirectories. >> Thus the linker can't find u-boot.lst. >> >> Example for MIPS standalone: >> >> /op

Re: [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files

2012-10-03 Thread Marek Vasut
Dear Daniel Schwierzeck, [...] > this can't work because u-boot.lst is genereated in top-level directory > but linking of standalone code happens in the according subdirectories. > Thus the linker can't find u-boot.lst. > > Example for MIPS standalone: > > /opt/eldk-5.2.1/mips/sysroots/i686-eld

Re: [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files

2012-10-03 Thread Daniel Schwierzeck
Hi Marek, 2012/9/30 Marek Vasut : > Add section for the linker-generated lists into all possible linker > files, so that everyone can easily use these lists. This is mostly > a mechanical adjustment. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Mike Frysinger > --- > diff --git

Re: [U-Boot] [PATCH 3/5] common: Add .u_boot_list into all linker files

2012-10-02 Thread Joe Hershberger
Marek, On Sat, Sep 29, 2012 at 7:17 PM, Marek Vasut wrote: > Add section for the linker-generated lists into all possible linker > files, so that everyone can easily use these lists. This is mostly > a mechanical adjustment. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Mike Frysin