diff options
author | Lokesh Vutla | 2013-07-30 11:36:30 +0530 |
---|---|---|
committer | Tom Rini | 2013-08-15 08:51:10 -0400 |
commit | 806d2792472436a523084775190a11e9d8315275 (patch) | |
tree | edf2fc20cce5e41b9e1d06c326570f2178b6378c /include/configs/omap3_zoom1.h | |
parent | 3b34ac13fe1e841e8f4ab00dda6a5a7df0568710 (diff) |
ARM: OMAP: Add CONFIG_OMAP_COMMON
Adding a new CONFIG_OMAP_COMMON which is included by all boards
that needs to build cpu/armv7/omap-common folder.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r-- | include/configs/omap3_zoom1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 36870459ef5..c747d5247b9 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -19,6 +19,7 @@ #define CONFIG_OMAP 1 /* in a TI OMAP core */ #define CONFIG_OMAP34XX 1 /* which is a 34XX */ #define CONFIG_OMAP3_ZOOM1 1 /* working with Zoom MDK Rev1 */ +#define CONFIG_OMAP_COMMON #define CONFIG_SDRC /* The chip has SDRC controller */ |