Re: [U-Boot] [PATCH] S5P:SROM config code moved to s5p-common directory

2011-05-18 Thread Minkyu Kang
Dear Wolfgang Denk, On 17 May 2011 17:46, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message <1302843918-1105-1-git-send-email-chander.kash...@linaro.org> you > wrote: >> SROM config code is made common for S5P series of boards. >> smdkc100.c now refers to s5p-common/sromc.c for SROM re

Re: [U-Boot] [PATCH] S5P:SROM config code moved to s5p-common directory

2011-05-17 Thread Wolfgang Denk
Dear Chander Kashyap, In message <1302843918-1105-1-git-send-email-chander.kash...@linaro.org> you wrote: > SROM config code is made common for S5P series of boards. > smdkc100.c now refers to s5p-common/sromc.c for SROM related > subroutines. > > Signed-off-by: Chander Kashyap It appears this

Re: [U-Boot] [PATCH] S5P:SROM config code moved to s5p-common directory

2011-04-19 Thread Minkyu Kang
Dear Chander Kashyap On 15 April 2011 14:05, Chander Kashyap wrote: > SROM config code is made common for S5P series of boards. > smdkc100.c now refers to s5p-common/sromc.c for SROM related > subroutines. > > Signed-off-by: Chander Kashyap > --- >  arch/arm/cpu/armv7/s5p-common/Makefile    |  

Re: [U-Boot] [PATCH] S5P:SROM config code moved to s5p-common directory

2011-04-18 Thread Minkyu Kang
Dear Chander Kashyap, On 15 April 2011 14:05, Chander Kashyap wrote: > SROM config code is made common for S5P series of boards. > smdkc100.c now refers to s5p-common/sromc.c for SROM related > subroutines. > > Signed-off-by: Chander Kashyap > --- >  arch/arm/cpu/armv7/s5p-common/Makefile    |  

[PATCH] S5P:SROM config code moved to s5p-common directory

2011-04-14 Thread Chander Kashyap
SROM config code is made common for S5P series of boards. smdkc100.c now refers to s5p-common/sromc.c for SROM related subroutines. Signed-off-by: Chander Kashyap --- arch/arm/cpu/armv7/s5p-common/Makefile|3 +- arch/arm/cpu/armv7/s5p-common/sromc.c | 49 ++