diff options
| author | Vaibhav Hiremath <[email protected]> | 2010-06-07 15:20:53 -0400 |
|---|---|---|
| committer | Tom <[email protected]> | 2010-06-08 10:07:19 -0500 |
| commit | 1a5038ca6831e31875cf67c46226f04743574032 (patch) | |
| tree | 78af8817b3df82e9f6946519c7989f198b139239 /include | |
| parent | ed01e45cfa20d60ee83a4ee0128d843730055294 (diff) | |
AM35x: Add support for EMIF4
This patch adds support for the EMIF4 interface
available in the AM35x processors.
Signed-off-by: Vaibhav Hiremath <[email protected]>
Signed-off-by: Sanjeev Premi <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am3517_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 595b99ce1d9..513d005ee4f 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -33,7 +33,7 @@ #define CONFIG_OMAP34XX 1 /* which is a 34XX */ #define CONFIG_OMAP3_AM3517EVM 1 /* working with AM3517EVM */ -#define CONFIG_EMIF4 1 /* The chip has EMIF4 controller */ +#define CONFIG_EMIF4 /* The chip has EMIF4 controller */ #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap3.h> |
