diff options
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | 2015-01-16 09:09:48 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-29 12:00:50 -0500 |
commit | 03843da5d542b4516666434361c3a2211aa180ed (patch) | |
tree | 94478575b236602ee7a4fcb929ac30c77651e4e5 /arch/arm/include/asm/arch-omap3/sys_proto.h | |
parent | 168f594765cb4692362e6e552c272c034e7efd88 (diff) | |
download | u-boot-imx-03843da5d542b4516666434361c3a2211aa180ed.zip u-boot-imx-03843da5d542b4516666434361c3a2211aa180ed.tar.gz u-boot-imx-03843da5d542b4516666434361c3a2211aa180ed.tar.bz2 |
omap3: make SDRC SHARING setting configurable
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 34bd8c5..bcf92fb 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -23,6 +23,7 @@ struct emu_hal_params { /* Board SDRC timing values */ struct board_sdrc_timings { + u32 sharing; u32 mcfg; u32 ctrla; u32 ctrlb; |