]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/vectors.S
ARM: mxs: use CONFIG_SPL_STACK to set up SPL stack pointer
[karo-tx-uboot.git] / arch / arm / lib / vectors.S
index 1b51f003f35efb9bfb08c7cee1f895bfec0564fb..2ac7ffe473a2a9405efdf3d2180445fdc8252ea7 100644 (file)
@@ -117,10 +117,10 @@ fiq:
 /* IRQ stack memory (calculated at run-time) + 8 bytes */
 .globl IRQ_STACK_START_IN
 IRQ_STACK_START_IN:
-#ifndef IRAM_BASE_ADDR
+#ifndef CONFIG_SPL_STACK
        .word   0x0badc0de
 #else
-       .word   IRAM_BASE_ADDR + 0x20
+       .word   CONFIG_SPL_STACK
 #endif
 
 #ifdef CONFIG_USE_IRQ