Re: [U-Boot] [PATCH 1/5] common: Add symbol handling for generic lists into Makefile

2012-10-02 Thread Joe Hershberger
Hi Marek, On Sat, Sep 29, 2012 at 7:17 PM, Marek Vasut wrote: > This patch adds essential components for generation of the contents of > the linker section that is used by the linker-generated array. All of > the contents is held in a separate file, u-boot.lst, which is generated > at runtime jus

[U-Boot] [PATCH 1/5] common: Add symbol handling for generic lists into Makefile

2012-09-29 Thread Marek Vasut
This patch adds essential components for generation of the contents of the linker section that is used by the linker-generated array. All of the contents is held in a separate file, u-boot.lst, which is generated at runtime just before U-Boot is linked. The purpose of this code is to especially ge

[U-Boot] [PATCH 1/5] common: Add symbol handling for generic lists into Makefile

2012-09-28 Thread Marek Vasut
This patch adds essential components for generation of the contents of the linker section that is used by the linker-generated array. All of the contents is held in a separate file, u-boot.lst, which is generated at runtime just before U-Boot is linked. The purpose of this code is to especially ge