Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / at91 / lowlevel_init.S
index 559c35c9ee78d69fad27df15984fc61046a44aee..7f7ca5ef3451a6020ba0db65e9643585097b4fd6 100644 (file)
@@ -43,7 +43,7 @@
 #endif
 
 _TEXT_BASE:
-       .word   TEXT_BASE
+       .word   CONFIG_SYS_TEXT_BASE
 
 .globl lowlevel_init
 .type lowlevel_init,function
@@ -54,7 +54,7 @@ POS1:
        ldr     r0, =POS1       /* r0 = POS1 compile */
        ldr     r2, _TEXT_BASE
        sub     r0, r0, r2      /* r0 = POS1-_TEXT_BASE (POS1 relative) */
-       sub     r5, r5, r0      /* r0 = TEXT_BASE-1 */
+       sub     r5, r5, r0      /* r0 = CONFIG_SYS_TEXT_BASE-1 */
        sub     r5, r5, #4      /* r1 = text base - current */
 
        /* memory control configuration 1 */