]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/vectors.S
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / arch / arm / lib / vectors.S
index 49238ed21ed83766fe207c1060cef4e5b2d4257d..1b51f003f35efb9bfb08c7cee1f895bfec0564fb 100644 (file)
@@ -117,7 +117,11 @@ fiq:
 /* IRQ stack memory (calculated at run-time) + 8 bytes */
 .globl IRQ_STACK_START_IN
 IRQ_STACK_START_IN:
+#ifndef IRAM_BASE_ADDR
        .word   0x0badc0de
+#else
+       .word   IRAM_BASE_ADDR + 0x20
+#endif
 
 #ifdef CONFIG_USE_IRQ
 /* IRQ stack memory (calculated at run-time) */