Re: [U-Boot] [PATCH V2 4/5] ARM: OMAP: Cleanup boot parameters usage

2013-05-08 Thread Tom Rini
On Wed, Apr 24, 2013 at 04:11:24PM +0530, Sricharan R wrote: > The boot parameters are read from individual variables > assigned for each of them. This been corrected and now > they are stored as a part of the global data 'gd' > structure. So read them from 'gd' instead. > > Signed-off-by: Sricha

[U-Boot] [PATCH V2 4/5] ARM: OMAP: Cleanup boot parameters usage

2013-04-24 Thread Sricharan R
The boot parameters are read from individual variables assigned for each of them. This been corrected and now they are stored as a part of the global data 'gd' structure. So read them from 'gd' instead. Signed-off-by: Sricharan R --- [V2] Addressed comments and rebased on mainline. arch/arm/c