summaryrefslogtreecommitdiffstats
path: root/include/configs/devkit8000.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/devkit8000.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/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 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 */
OpenPOWER on IntegriCloud