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

2012-10-22 Thread Tom Rini
On Fri, Oct 19, 2012 at 05:00:10PM +0200, 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 just

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

2012-10-19 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

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

2012-10-19 Thread Joe Hershberger
Hi Marek, On Fri, Oct 19, 2012 at 10:00 AM, Marek Vasut ma...@denx.de 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

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

2012-10-19 Thread Joe Hershberger
Hi Marek, On Fri, Oct 19, 2012 at 10:00 AM, Marek Vasut ma...@denx.de 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