diff options
Diffstat (limited to 'include/configs/devkit8000.h')
| -rw-r--r-- | include/configs/devkit8000.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 7d1332f62..1076de6fc 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -38,6 +38,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_DEVKIT8000	1	/* working with DevKit8000 */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>		/* get chip and board defs */  #include <asm/arch/omap3.h> |