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

2010-02-12 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 12 February 2010 19:38, Naveen Krishna Ch wrote: > HI Kang, > Thanks for your comments. > On 12 February 2010 13:50, Minkyu Kang wrote: >> >> Dear Naveen Krishna Ch, >> >> On 11 February 2010 11:48, Naveen Krishna Ch >> wrote: >> > From: Naveen Krishna CH >> > >> > N

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

2010-02-12 Thread Naveen Krishna Ch
HI Kang, Thanks for your comments. On 12 February 2010 13:50, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 11 February 2010 11:48, Naveen Krishna Ch > wrote: > > From: Naveen Krishna CH > > > > Nand Flash, Ethernet, other features might need to configure the > > SROMC registers according

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

2010-02-12 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 11 February 2010 11:48, Naveen Krishna Ch 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 > --- >

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

2010-02-10 Thread Naveen Krishna Ch
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