diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-06-07 15:20:53 -0400 |
---|---|---|
committer | Tom <Tom@bumblecow.com> | 2010-06-08 10:07:19 -0500 |
commit | 1a5038ca6831e31875cf67c46226f04743574032 (patch) | |
tree | 78af8817b3df82e9f6946519c7989f198b139239 /include/configs/am3517_evm.h | |
parent | ed01e45cfa20d60ee83a4ee0128d843730055294 (diff) | |
download | u-boot-imx-1a5038ca6831e31875cf67c46226f04743574032.zip u-boot-imx-1a5038ca6831e31875cf67c46226f04743574032.tar.gz u-boot-imx-1a5038ca6831e31875cf67c46226f04743574032.tar.bz2 |
AM35x: Add support for EMIF4
This patch adds support for the EMIF4 interface
available in the AM35x processors.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-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 595b99c..513d005 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> |