diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx51_3stack.h | 1 | ||||
-rw-r--r-- | include/configs/mx51_3stack_android.h | 1 | ||||
-rw-r--r-- | include/configs/mx51_bbg.h | 3 | ||||
-rw-r--r-- | include/configs/mx51_bbg_android.h | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/include/configs/mx51_3stack.h b/include/configs/mx51_3stack.h index fd7116c..292e2cc 100644 --- a/include/configs/mx51_3stack.h +++ b/include/configs/mx51_3stack.h @@ -29,7 +29,6 @@ /* High Level Configuration Options */ #define CONFIG_ARMV7 1 /* This is armv7 Cortex-A8 CPU core */ #define CONFIG_SYS_APCS_GNU -#define CONFIG_L2_OFF #define CONFIG_MXC 1 #define CONFIG_MX51_3DS 1 /* in a mx51 */ diff --git a/include/configs/mx51_3stack_android.h b/include/configs/mx51_3stack_android.h index 6d10c2a..52e7b99 100644 --- a/include/configs/mx51_3stack_android.h +++ b/include/configs/mx51_3stack_android.h @@ -29,7 +29,6 @@ /* High Level Configuration Options */ #define CONFIG_ARMV7 1 /* This is armv7 Cortex-A8 CPU core */ #define CONFIG_SYS_APCS_GNU -#define CONFIG_L2_OFF #define CONFIG_MXC 1 #define CONFIG_MX51_3DS 1 /* in a mx51 */ diff --git a/include/configs/mx51_bbg.h b/include/configs/mx51_bbg.h index c5c3ae9..aee33ba 100644 --- a/include/configs/mx51_bbg.h +++ b/include/configs/mx51_bbg.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> * - * (C) Copyright 2009 Freescale Semiconductor, Inc. + * (C) Copyright 2009-2010 Freescale Semiconductor, Inc. * * Configuration settings for the MX51-3Stack Freescale board. * @@ -28,7 +28,6 @@ /* High Level Configuration Options */ #define CONFIG_ARMV7 1 /* This is armv7 Cortex-A8 CPU core */ -#define CONFIG_L2_OFF #define CONFIG_MXC 1 #define CONFIG_MX51_BBG 1 /* in a mx51 */ diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h index d2cccbc..a7685c7 100644 --- a/include/configs/mx51_bbg_android.h +++ b/include/configs/mx51_bbg_android.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> * - * (C) Copyright 2009 Freescale Semiconductor, Inc. + * (C) Copyright 2009-2010 Freescale Semiconductor, Inc. * * Configuration settings for the MX51-3Stack Freescale board. * @@ -29,7 +29,6 @@ /* High Level Configuration Options */ #define CONFIG_ARMV7 1 /* This is armv7 Cortex-A8 CPU core */ #define CONFIG_SYS_APCS_GNU -#define CONFIG_L2_OFF #define CONFIG_MXC 1 #define CONFIG_MX51_BBG 1 /* in a mx51 */ |