]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cerf250/lowlevel_init.S
Prepare for SoC rework of ARM code:
[karo-tx-uboot.git] / board / cerf250 / lowlevel_init.S
similarity index 98%
rename from board/cerf250/memsetup.S
rename to board/cerf250/lowlevel_init.S
index f3d373a8a24c2190f4ca72b7020aaf6faae58918..c9b68d7ff39b08e0c5f9d847416632aa53b752b0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * NOTE: I haven't clean this up considerably, just enough to get it
  * running. See hal_platform_setup.h for the source. See
- * board/cradle/memsetup.S for another PXA250 setup that is
+ * board/cradle/lowlevel_init.S for another PXA250 setup that is
  * much cleaner.
  *
  * See file CREDITS for list of people who contributed to this
@@ -43,8 +43,8 @@ DRAM_SIZE:  .long   CFG_DRAM_SIZE
  *     Memory setup
  */
 
-.globl memsetup
-memsetup:
+.globl lowlevel_init
+lowlevel_init:
 
        /* Set up GPIO pins first ----------------------------------------- */
 
@@ -403,9 +403,9 @@ initclks:
 #endif
 
        /* ---------------------------------------------------------------- */
-       /* End memsetup                                                     */
+       /* End lowlevel_init                                                     */
        /* ---------------------------------------------------------------- */
 
-endmemsetup:
+endlowlevel_init:
 
     mov     pc,        lr