Re: [U-Boot] [PATCH v3 12/14] dm: arm: spl: Make driver model linker lists available

2014-11-23 Thread Simon Glass
On 11 November 2014 at 01:16, Simon Glass wrote: > The linker lists feature is useful in SPL as it holds the driver model > platform data. So don't throw away the lists. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > --- > > Changes in v3: None > Changes in v2: None > > arch/arm/cpu/u

[U-Boot] [PATCH v3 12/14] dm: arm: spl: Make driver model linker lists available

2014-11-10 Thread Simon Glass
The linker lists feature is useful in SPL as it holds the driver model platform data. So don't throw away the lists. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v3: None Changes in v2: None arch/arm/cpu/u-boot-spl.lds | 7 +++ 1 file changed, 7 insertions(+) diff --gi