summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm_common.h
diff options
context:
space:
mode:
authorThomas Weber <weber@corscience.de>2011-11-26 10:30:57 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:35 +0100
commit81dcf8bb117db89cbdeba3b2c2a289f52c162dca (patch)
tree23742ced1486c468bd2e4386de5278d011978c4a /include/configs/omap3_evm_common.h
parent0997561de956783ef1ac2f0acf649a0793882a3a (diff)
downloadtalos-obmc-uboot-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.tar.gz
talos-obmc-uboot-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.zip
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 <eballetbo@iseebcn.com> Acked-by: Tom Rini <trini@ti.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Thomas Weber <weber@corscience.de> Acked-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Diffstat (limited to 'include/configs/omap3_evm_common.h')
-rw-r--r--include/configs/omap3_evm_common.h5
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
OpenPOWER on IntegriCloud