diff options
author | Hardik Patel <hardik.patel@volansystech.com> | 2013-11-27 21:16:21 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-04 11:41:13 -0500 |
commit | 675cc77a3ae45e8b0ec17128563264d4a509f628 (patch) | |
tree | d21bf41dad77f0a08189e0bf8d76d127a411777b /arch/arm/include/asm/arch-omap4/sys_proto.h | |
parent | 3558243b6fc80b14a6281bd0e2792672b462684c (diff) | |
download | blackbird-obmc-uboot-675cc77a3ae45e8b0ec17128563264d4a509f628.tar.gz blackbird-obmc-uboot-675cc77a3ae45e8b0ec17128563264d4a509f628.zip |
pandaboard: 1/1] ARM:OMAP4+: panda-es: Support Rev B3 Elpida DDR2 RAM
Signed-off-by: Hardik Patel <hardik.patel@volansystech.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap4/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap4/sys_proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap4/sys_proto.h b/arch/arm/include/asm/arch-omap4/sys_proto.h index 39c531632e..ce8217f697 100644 --- a/arch/arm/include/asm/arch-omap4/sys_proto.h +++ b/arch/arm/include/asm/arch-omap4/sys_proto.h @@ -16,6 +16,10 @@ DECLARE_GLOBAL_DATA_PTR; +extern const struct emif_regs emif_regs_elpida_200_mhz_2cs; +extern const struct emif_regs emif_regs_elpida_380_mhz_1cs; +extern const struct emif_regs emif_regs_elpida_400_mhz_1cs; +extern const struct emif_regs emif_regs_elpida_400_mhz_2cs; struct omap_sysinfo { char *board_string; }; |