diff options
author | Naveen Krishna CH <ch.naveen@samsung.com> | 2010-03-05 17:15:38 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2010-03-05 18:00:35 +0900 |
commit | aac90e231157a34358134a1fb7b1221032db9e1a (patch) | |
tree | 644c55456be80400c467837d2dcf210673894359 /include | |
parent | 04a3e2e8e554007d2774b6ad0ab302a491ba41bf (diff) | |
download | u-boot-imx-aac90e231157a34358134a1fb7b1221032db9e1a.zip u-boot-imx-aac90e231157a34358134a1fb7b1221032db9e1a.tar.gz u-boot-imx-aac90e231157a34358134a1fb7b1221032db9e1a.tar.bz2 |
S5PC100: Function to configure the SROMC registers.
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>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-s5pc1xx/smc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s5pc1xx/smc.h b/include/asm-arm/arch-s5pc1xx/smc.h index e1a5399..88f4ffe 100644 --- a/include/asm-arm/arch-s5pc1xx/smc.h +++ b/include/asm-arm/arch-s5pc1xx/smc.h @@ -47,4 +47,7 @@ struct s5pc1xx_smc { }; #endif /* __ASSEMBLY__ */ +/* Configure the Band Width and Bank Control Regs for required SROMC Bank */ +void s5pc1xx_config_sromc(u32 srom_bank, u32 smc_bw_conf, u32 smc_bc_conf); + #endif /* __ASM_ARCH_SMC_H_ */ |