Cleanup (PPC4xx is AMCC now)
[oweals/u-boot.git] / board / w7o / w7o.h
index 84581664e81191c2ff45b49f8e366205ffa7f489..d6f50e2e6786a3205989c86c34a2456ba2aca36d 100644 (file)
 #define _W7O_H_
 #include <config.h>
 
-/* IBM 405GP PowerPC GPIO registers */
-#define IBM405GP_GPIO0_OR      0xef600700L     /* GPIO Output */
-#define IBM405GP_GPIO0_TCR     0xef600704L     /* GPIO Three-State Control */
-#define IBM405GP_GPIO0_ODR     0xef600718L     /* GPIO Open Drain */
-#define IBM405GP_GPIO0_IR      0xef60071cL     /* GPIO Input */
+/* AMCC 405GP PowerPC GPIO registers */
+#define PPC405GP_GPIO0_OR      0xef600700L     /* GPIO Output */
+#define PPC405GP_GPIO0_TCR     0xef600704L     /* GPIO Three-State Control */
+#define PPC405GP_GPIO0_ODR     0xef600718L     /* GPIO Open Drain */
+#define PPC405GP_GPIO0_IR      0xef60071cL     /* GPIO Input */
 
-/* IBM 405GP DCRs */
+/* AMCC 405GP DCRs */
 #define CPC0_CR0               0xb1            /* Chip control register 0 */
 
 /* LMG FPGA <=> CPU GPIO signals */