]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/crt0.S
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / arch / arm / lib / crt0.S
index 960d12e7327cf9d8924496ea6c7b2271bd3f68ad..7cfc52d6c2653f0a5d8699e3b4ddb2ce329f5142 100644 (file)
@@ -62,9 +62,9 @@ ENTRY(_main)
  */
 
 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_STACK)
-       ldr     sp, =(CONFIG_SPL_STACK)
+       ldr     sp, =CONFIG_SPL_STACK
 #else
-       ldr     sp, =(CONFIG_SYS_INIT_SP_ADDR)
+       ldr     sp, =CONFIG_SYS_INIT_SP_ADDR
 #endif
        bic     sp, sp, #7      /* 8-byte alignment for ABI compliance */
        sub     sp, #GD_SIZE    /* allocate one GD above SP */