tizen 2.3.1 release
[platform/kernel/u-boot.git] / arch / arm / cpu / arm920t / at91 / lowlevel_init.S
index d2934a3..eaea9d2 100644 (file)
@@ -6,7 +6,23 @@
  * (C) Copyright 2004
  * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  *
- * SPDX-License-Identifier:    GPL-2.0+
+ * 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
  */
 
 #include <config.h>
@@ -49,8 +65,7 @@ LoopOsc:
        ldr     r0, =SMRDATA
        ldr     r1, _MTEXT_BASE
        sub     r0, r0, r1
-       ldr     r2, =SMRDATAE
-       sub     r2, r2, r1
+       add     r2, r0, #80
 pllloop:
        /* the address */
        ldr     r1, [r0], #4
@@ -68,8 +83,7 @@ lock:
        ldr     r0, =SMRDATA1
        ldr     r1, _MTEXT_BASE
        sub     r0, r0, r1
-       ldr     r2, =SMRDATA1E
-       sub     r2, r2, r1
+       add     r2, r0, #176
 sdinit:
        /* the address */
        ldr     r1, [r0], #4
@@ -100,7 +114,6 @@ SMRDATA:
        .word CONFIG_SYS_PLLBR_VAL
        .word AT91_ASM_PMC_MCKR
        .word CONFIG_SYS_MCKR_VAL
-SMRDATAE:
        /* here there's a delay */
 SMRDATA1:
        .word AT91_ASM_PIOC_ASR
@@ -147,6 +160,5 @@ SMRDATA1:
        .word CONFIG_SYS_SDRC_MR_VAL3
        .word CONFIG_SYS_SDRAM
        .word CONFIG_SYS_SDRAM_VAL
-SMRDATA1E:
        /* SMRDATA1 is 176 bytes long */
 #endif /* CONFIG_SKIP_LOWLEVEL_INIT */