diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/devkit8000.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_beagle.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_evm.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_overo.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_pandora.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_sdp3430.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_zoom1.h | 2 | ||||
| -rw-r--r-- | include/configs/omap3_zoom2.h | 2 | 
8 files changed, 16 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> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 08d79aca3..e018b217c 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -37,6 +37,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_BEAGLE	1	/* working with BEAGLE */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>		/* get chip and board defs */  #include <asm/arch/omap3.h> diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 88af49226..af7c65ad3 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -42,6 +42,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_EVM	1	/* working with EVM */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index a43500b5f..b4418319f 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -29,6 +29,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_OVERO	1	/* working with overo */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h> diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 945c053ab..9eba003c2 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -32,6 +32,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_PANDORA	1	/* working with pandora */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h> diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h index b4919db08..d4482d3ae 100644 --- a/include/configs/omap3_sdp3430.h +++ b/include/configs/omap3_sdp3430.h @@ -42,6 +42,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_3430SDP	1	/* working with SDP Rev2 */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>		/* get chip and board defs */  #include <asm/arch/omap3.h> diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index ae7ebf9ea..1e88dc02e 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -38,6 +38,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_ZOOM1	1	/* working with Zoom MDK Rev1 */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>		/* get chip and board defs */  #include <asm/arch/omap3.h> diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h index c88c732a6..be9daf4fc 100644 --- a/include/configs/omap3_zoom2.h +++ b/include/configs/omap3_zoom2.h @@ -39,6 +39,8 @@  #define CONFIG_OMAP3430		1	/* which is in a 3430 */  #define CONFIG_OMAP3_ZOOM2	1	/* working with Zoom II */ +#define CONFIG_SDRC	/* The chip has SDRC controller */ +  #include <asm/arch/cpu.h>	/* get chip and board defs */  #include <asm/arch/omap3.h>  |