]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/interrupts.c
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[u-boot] / arch / arm / lib / interrupts.c
index 9a21e7b40a02629fcffb2a03bef549f074cde954..90aa04b87f37171af28ab2e8a887afe1a728eb15 100644 (file)
@@ -50,7 +50,7 @@ int interrupt_init (void)
        IRQ_STACK_START = gd->irq_sp - 4;
        IRQ_STACK_START_IN = gd->irq_sp + 8;
 #else
-       IRQ_STACK_START = _armboot_start - CONFIG_SYS_MALLOC_LEN - CONFIG_SYS_GBL_DATA_SIZE - 4;
+       IRQ_STACK_START = _armboot_start - CONFIG_SYS_MALLOC_LEN - GENERATED_GBL_DATA_SIZE - 4;
 #endif
        FIQ_STACK_START = IRQ_STACK_START - CONFIG_STACKSIZE_IRQ;