diff options
| -rw-r--r-- | include/configs/mpr2.h | 1 | ||||
| -rw-r--r-- | include/configs/ms7720se.h | 1 | ||||
| -rw-r--r-- | include/configs/shmin.h | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h index 47ed694b4..8ae497c6d 100644 --- a/include/configs/mpr2.h +++ b/include/configs/mpr2.h @@ -24,7 +24,6 @@  #define CONFIG_VERSION_VARIABLE  /* CPU and platform */ -#define CONFIG_SH3		1  #define CONFIG_CPU_SH7720	1  #define CONFIG_MPR2		1 diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index 029f0e7e4..585d68f20 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -9,7 +9,6 @@  #ifndef __MS7720SE_H  #define __MS7720SE_H -#define CONFIG_SH3		1  #define CONFIG_CPU_SH7720	1  #define CONFIG_MS7720SE		1 diff --git a/include/configs/shmin.h b/include/configs/shmin.h index 4f333b063..f8155efbc 100644 --- a/include/configs/shmin.h +++ b/include/configs/shmin.h @@ -9,7 +9,6 @@  #ifndef __SHMIN_H  #define __SHMIN_H -#define CONFIG_SH3		1  #define CONFIG_CPU_SH7706	1  /* T-SH7706LAN */  #define CONFIG_SHMIN		1 |