diff options
Diffstat (limited to 'include/configs/omap3_evm_common.h')
-rw-r--r-- | include/configs/omap3_evm_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index d11de5ad28..d62d2abe37 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 |