
Dear Naveen Krishna CH,
On 5 March 2010 17:15, ch.naveen@samsung.com wrote:
From: Naveen Krishna CH ch.naveen@samsung.com
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 ch.naveen@samsung.com
Changes since V1:
- Funtion config_sromc() is renamed to s5pc1xx_config_sromc().
Comments from Minkyu Kang are fixed
Changes since V2:
1.cpu_is_s5pc100() function is used instead of Macros.
Changes since V3:
- Comments from Minkyu Kang are fixed.
Changes since V4: None
Changes since V5: None
Changes since V6: None
cpu/arm_cortexa8/s5pc1xx/Makefile | 1 + cpu/arm_cortexa8/s5pc1xx/sromc.c | 53 ++++++++++++++++++++++++++++++++++++ include/asm-arm/arch-s5pc1xx/smc.h | 3 ++ 3 files changed, 57 insertions(+), 0 deletions(-) create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
applied to u-boot-samsung
Thanks Minkyu Kang