Re: [U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-27 Thread Tom
Stefano Babic wrote: > Tom wrote: >> Stefano Babic wrote: >>> The lowlevel_init file contained some hard-coded values >>> to setup the RAM. These board related values are moved into >>> the board configuration file. >> Why was only one value cleaned up? >> Just from the patch, there are at least 4

Re: [U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-23 Thread Stefano Babic
Tom wrote: > Stefano Babic wrote: >> The lowlevel_init file contained some hard-coded values >> to setup the RAM. These board related values are moved into >> the board configuration file. > > Why was only one value cleaned up? > Just from the patch, there are at least 4 more. Well, I prefer do n

Re: [U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-20 Thread Tom
Stefano Babic wrote: > The lowlevel_init file contained some hard-coded values > to setup the RAM. These board related values are moved into > the board configuration file. Why was only one value cleaned up? Just from the patch, there are at least 4 more. > > Signed-off-by: Stefano Babic > ---

[U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-16 Thread Stefano Babic
The lowlevel_init file contained some hard-coded values to setup the RAM. These board related values are moved into the board configuration file. Signed-off-by: Stefano Babic --- cpu/arm_cortexa8/mx51/lowlevel_init.S |5 - include/configs/mx51evk.h |3 +++ 2 files changed