Re: [U-Boot] [PATCH 2/3 v7] S5PC100: Function to configure the SROMC registers.

2010-03-05 Thread Minkyu Kang
Dear Naveen Krishna CH, On 5 March 2010 17:15, wrote: > From: Naveen Krishna CH > > Nand Flash, Ethernet, other features might need to configure the > SROMC registers accordingly. > The config_sromc() functions helps with this. > > Signed-off-by: Naveen Krishna Ch > --- > Changes since V1: > >

[U-Boot] [PATCH 2/3 v7] S5PC100: Function to configure the SROMC registers.

2010-03-05 Thread ch . naveen
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc(). Comments fr