From 81dcf8bb117db89cbdeba3b2c2a289f52c162dca Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Sat, 26 Nov 2011 10:30:57 +0000 Subject: ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused This patch removes the definition of stack sizes for irq and fiq if the CONFIG_USE_IRQ is undefined before. Acked-by: Enric Balletbo i Serra Acked-by: Tom Rini Acked-by: Igor Grinberg Signed-off-by: Thomas Weber Acked-by: Luca Ceresoli --- include/configs/devkit8000.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/devkit8000.h') diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index e27e2829d2..3ea4532500 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -275,10 +275,6 @@ /* The stack sizes are set up in start.S using the settings below */ #define CONFIG_STACKSIZE (128 << 10) /* regular stack 128 KiB */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ (4 << 10) /* IRQ stack 4 KiB */ -#define CONFIG_STACKSIZE_FIQ (4 << 10) /* FIQ stack 4 KiB */ -#endif /* Physical Memory Map */ #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ -- cgit v1.2.3