summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNaveen Krishna CH <ch.naveen@samsung.com>2010-03-05 17:15:38 +0900
committertrix <trix@windriver.com>2010-04-03 15:24:26 -0500
commit01802e0d22a4bb3903b342ff2357ea3bbcccd289 (patch)
treef340ceb614f96953d17347c14a4521a77b4a033f /include
parenta28bec89ccc17b56a50d841c8f0778e927434d1c (diff)
downloadtalos-obmc-uboot-01802e0d22a4bb3903b342ff2357ea3bbcccd289.tar.gz
talos-obmc-uboot-01802e0d22a4bb3903b342ff2357ea3bbcccd289.zip
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.h3
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 e1a53995ab..88f4ffe33a 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_ */
OpenPOWER on IntegriCloud