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

2010-04-23 Thread Stefano Babic
Liu Hui-R64343 wrote: > Stefano , > Hi Jason, >> >> +#define CONFIG_SYS_DDR_CLKSEL 0 >> +#define CONFIG_SYS_CLKTL_CBCDR 0x59E35100 > > It's nice to have some comments about the value selected. This patch is more as one month old and was already merged into the mainline, so we need

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

2010-04-23 Thread Liu Hui-R64343
Stefano , > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano Babic > Sent: 2010年3月28日 19:43 > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V2] Moved board specific values in > config file &

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

2010-03-28 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