diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/dbau1x00.h | 1 | ||||
-rw-r--r-- | include/configs/pb1x00.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index ebd2c23960..f00111a8c4 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_DBAU1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ #ifdef CONFIG_DBAU1000 diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 972c13a625..8adb7d7cfa 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_PB1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ #ifdef CONFIG_PB1000 |