]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/start.S
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / start.S
index ef62fc83270a327bc7df970f598540f1d7ce0fe2..364094ed0d810fb05514e3633311c3dfe7e812af 100644 (file)
@@ -65,11 +65,7 @@ _end_vect:
 
 .globl _TEXT_BASE
 _TEXT_BASE:
-#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_TEXT_BASE)
-       .word   CONFIG_SPL_TEXT_BASE
-#else
-       .word   CONFIG_SYS_TEXT_BASE
-#endif
+       .word   _start
 
 /*
  * These are defined in the board-specific linker script.