diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-06 14:26:51 +0100 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-12-06 14:26:51 +0100 | 
| commit | c35cf8dc9fd90ff108abe08527df042bcd29a02f (patch) | |
| tree | a5b962854f9a1a2659207f41204840b2b98078bd /arch/arm/include/asm/arch-omap4/sys_proto.h | |
| parent | 7988bd4ed6b48127ac8b45cf144255daabaa1250 (diff) | |
| parent | 18a02e8050b7af165efa72325753e7880bf5567c (diff) | |
| download | olio-uboot-2014.01-c35cf8dc9fd90ff108abe08527df042bcd29a02f.tar.xz olio-uboot-2014.01-c35cf8dc9fd90ff108abe08527df042bcd29a02f.zip | |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
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 39c531632..ce8217f69 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;  }; |