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/omap3_evm_common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/omap3_evm_common.h') diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index d11de5a..d62d2ab 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -58,11 +58,6 @@ */ #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 * Note 1: CS1 may or may not be populated -- cgit v1.1