ppc4xx: Rename compactcenter to intip
[platform/kernel/u-boot.git] / include / configs / intip.h
similarity index 98%
rename from include/configs/compactcenter.h
rename to include/configs/intip.h
index f8a1bbb..4f7bc7e 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 /*
- * compactcenter.h - configuration for CompactCenter (460EX)
+ * intip.h - configuration for CompactCenter aka intip (460EX) and DevCon-Center
  */
 #ifndef __CONFIG_H
 #define __CONFIG_H
  * High Level Configuration Options
  */
 /*
- * This config file is used for CompactCenter and DevCon-Center
+ * This config file is used for CompactCenter(codename intip) and DevCon-Center
  */
 #define CONFIG_460EX           1       /* Specific PPC460EX            */
 #ifdef CONFIG_DEVCONCENTER
 #define CONFIG_HOSTNAME                devconcenter
 #define CONFIG_IDENT_STRING    " devconcenter 0.02"
 #else
-#define CONFIG_HOSTNAME                compactcenter
-#define CONFIG_IDENT_STRING    " compactcenter 0.02"
+#define CONFIG_HOSTNAME                intip
+#define CONFIG_IDENT_STRING    " intip 0.02"
 #endif
 #define CONFIG_440             1
 #define CONFIG_4xx             1       /* ... PPC4xx family */