]> git.sur5r.net Git - u-boot/blobdiff - board/w7o/w7o.h
mx51evk: Fix CONFIG_SYS_FSL_ESDHC_ADDR
[u-boot] / board / w7o / w7o.h
index f0af2d6fa1bb4dace59e871724209a5e17a60fd5..9ef682c66f0bff9916f71e35ef1e7dc43788005f 100644 (file)
@@ -2,37 +2,18 @@
  * (C) Copyright 2001
  * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
  *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _W7O_H_
 #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 */
-
-/* IBM 405GP DCRs */
-#define CPC0_CR0               0xb1            /* Chip control register 0 */
+/* 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 */
 
 /* LMG FPGA <=> CPU GPIO signals */
 #define LMG_XCV_INIT           0x10000000L
@@ -90,4 +71,3 @@ extern int temp_uart_init(void);
 extern void init_fsboot(void);
 
 #endif /* _W7O_H_ */
-