Re: [U-Boot] [PATCH] README.commands: Document what UNDEF_SYM does

2012-09-19 Thread Tom Rini
On Wed, Sep 19, 2012 at 11:09:56PM +0200, Jeroen Hofstee wrote: > On 09/19/2012 01:42 AM, Tom Rini wrote: > >+To ensure that the linker does not discard these symbols when linking > >+full U-Boot we use generate a list of all of the commands and force the > >+linker to first enter the symbol as und

Re: [U-Boot] [PATCH] README.commands: Document what UNDEF_SYM does

2012-09-19 Thread Jeroen Hofstee
On 09/19/2012 01:42 AM, Tom Rini wrote: +To ensure that the linker does not discard these symbols when linking +full U-Boot we use generate a list of all of the commands and force the +linker to first enter the symbol as undefined in the object so that +there is then a need for the symbol to be k