]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/samsung/smdk2410/lowlevel_init.S
remove unnecessary version.h includes
[karo-tx-uboot.git] / board / samsung / smdk2410 / lowlevel_init.S
index c7b78fd103e9507e117b94fb56f7cc1f1662e2b4..c3f41875de017fc4d70fcde826d78643b3431782 100644 (file)
@@ -13,8 +13,6 @@
 
 
 #include <config.h>
-#include <version.h>
-
 
 /* some parameters for the board */
 
 #define REFCNT                 1113    /* period=15.6us, HCLK=60Mhz, (2048+1-15.6*60) */
 /**************************************/
 
-_TEXT_BASE:
-       .word   CONFIG_SYS_TEXT_BASE
-
 .globl lowlevel_init
 lowlevel_init:
        /* memory control configuration */
        /* make r0 relative the current location so that it */
        /* reads SMRDATA out of FLASH rather than memory ! */
        ldr     r0, =SMRDATA
-       ldr     r1, _TEXT_BASE
+       ldr     r1, =CONFIG_SYS_TEXT_BASE
        sub     r0, r0, r1
        ldr     r1, =BWSCON     /* Bus Width Status Controller */
        add     r2, r0, #13*4