summaryrefslogtreecommitdiff
path: root/include/configs/devkit8000.h
diff options
context:
space:
mode:
authorThomas Weber <[email protected]>2011-11-26 10:30:57 +0000
committerAlbert ARIBAUD <[email protected]>2011-12-06 23:59:35 +0100
commit81dcf8bb117db89cbdeba3b2c2a289f52c162dca (patch)
tree23742ced1486c468bd2e4386de5278d011978c4a /include/configs/devkit8000.h
parent0997561de956783ef1ac2f0acf649a0793882a3a (diff)
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 <[email protected]> Acked-by: Tom Rini <[email protected]> Acked-by: Igor Grinberg <[email protected]> Signed-off-by: Thomas Weber <[email protected]> Acked-by: Luca Ceresoli <[email protected]>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r--include/configs/devkit8000.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index e27e2829d20..3ea45325000 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 */