Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[platform/kernel/u-boot.git] / arch / arm / lib / interrupts.c
index 9a21e7b..90aa04b 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;