]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/renesas/ap325rxa/lowlevel_init.S
remove unnecessary version.h includes
[karo-tx-uboot.git] / board / renesas / ap325rxa / lowlevel_init.S
index b32f49132d4eb184c58ebb92e9a5323e8db30322..867ca51225b43bd7388116f4816a103e61318fd9 100644 (file)
@@ -4,24 +4,10 @@
  *
  * board/ap325rxa/lowlevel_init.S
  *
- * 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+
  */
 
 #include <config.h>
-#include <version.h>
 #include <asm/processor.h>
 #include <asm/macro.h>
 
@@ -119,15 +105,16 @@ lowlevel_init:
 
 DRVCRA_A:      .long   DRVCRA
 DRVCRB_A:      .long   DRVCRB
-DRVCRA_D:      .long   0x4555
-DRVCRB_D:      .long   0x0005
+DRVCRA_D:      .word   0x4555
+DRVCRB_D:      .word   0x0005
 
 RWTCSR_A:      .long   RWTCSR
 RWTCNT_A:      .long   RWTCNT
 FRQCR_A:       .long   FRQCR
-RWTCSR_D1:     .long   0xa507
-RWTCSR_D2:     .long   0xa504
-RWTCNT_D:      .long   0x5a00
+RWTCSR_D1:     .word   0xa507
+RWTCSR_D2:     .word   0xa504
+RWTCNT_D:      .word   0x5a00
+.align 2
 FRQCR_D:       .long   0x0b04474a
 
 SBSC_SDCR_A:   .long   SBSC_SDCR
@@ -173,7 +160,7 @@ CS6BBCR_D:  .long   0x24920600
 CS0WCR_D:      .long   0x00000480
 CS4WCR_D:      .long   0x00000480
 CS5AWCR_D:     .long   0x00000380
-CS5BWCR_D:     .long   0x00000600
+CS5BWCR_D:     .long   0x00000080
 CS6AWCR_D:     .long   0x00000300
 CS6BWCR_D:     .long   0x00000540