]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cpc45/plx9030.c
karo: tx28: change FDT addr to be in low memory
[karo-tx-uboot.git] / board / cpc45 / plx9030.c
index 99ec39af7a29806327e851491223bbd61423e2fa..06fb8d6c9aa72f13571abc38661b692bd87b29ff 100644 (file)
@@ -3,24 +3,7 @@
  * (C) Copyright 2002-2003
  * Josef Wagner, MicroSys GmbH, wagner@microsys.de.
  *
- * 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+
  *   Date       Modification                                      by
  * -------      ----------------------------------------------    ---
  * 30sep02      converted from VxWorks to LINUX                   wa
@@ -54,7 +37,7 @@ registers (CS3) on CPC45.
 
 /* PLX9030 register offsets  */
 #define        P9030_LAS0RR    0x00
-#define        P9030_LAS1RR    0x04
+#define        P9030_LAS1RR    0x04
 #define        P9030_LAS2RR    0x08
 #define        P9030_LAS3RR    0x0c
 #define        P9030_EROMRR    0x10
@@ -72,8 +55,8 @@ registers (CS3) on CPC45.
 #define        P9030_CS1BASE   0x40
 #define        P9030_CS2BASE   0x44
 #define        P9030_CS3BASE   0x48
-#define        P9030_INTCSR    0x4c
-#define        P9030_CNTRL     0x50
+#define        P9030_INTCSR    0x4c
+#define        P9030_CNTRL     0x50
 #define        P9030_GPIOC     0x54
 
 /* typedefs */