diff options
Diffstat (limited to 'include/configs/duovero.h')
-rw-r--r-- | include/configs/duovero.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/duovero.h b/include/configs/duovero.h index c0c8a41ee7..4bb81e5d9c 100644 --- a/include/configs/duovero.h +++ b/include/configs/duovero.h @@ -16,8 +16,7 @@ * High Level Configuration Options */ #define CONFIG_DUOVERO -#define MACH_TYPE_OMAP4_DUOVERO 4097 /* Until the next sync */ -#define CONFIG_MACH_TYPE MACH_TYPE_OMAP4_DUOVERO +#define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO #include <configs/ti_omap4_common.h> |