summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx28
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2011-12-20 05:46:33 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-01-16 08:40:09 +0100
commit5bcc6a8901020ce22a996ef438cfc7be7a0c3995 (patch)
tree261b44dc73a4b469a6a4846f9345e5474413e509 /arch/arm/include/asm/arch-mx28
parent5cb525f3d205d6696c4a42d5bfb9ec8c73543091 (diff)
downloadtalos-obmc-uboot-5bcc6a8901020ce22a996ef438cfc7be7a0c3995.tar.gz
talos-obmc-uboot-5bcc6a8901020ce22a996ef438cfc7be7a0c3995.zip
mx28: Let dram_init be common for mx28
Let dram_init function be a common function, so that other mx28 boards can reuse it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx28')
-rw-r--r--arch/arm/include/asm/arch-mx28/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx28/sys_proto.h b/arch/arm/include/asm/arch-mx28/sys_proto.h
index be1f7db2ae..f10149477a 100644
--- a/arch/arm/include/asm/arch-mx28/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx28/sys_proto.h
@@ -35,4 +35,6 @@ void mx28_common_spl_init(const iomux_cfg_t *iomux_setup,
const unsigned int iomux_size);
#endif
+int mx28_dram_init(void);
+
#endif /* __MX28_H__ */
OpenPOWER on IntegriCloud