diff options
author | Thomas Weber <weber@corscience.de> | 2011-11-26 10:30:57 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:35 +0100 |
commit | 81dcf8bb117db89cbdeba3b2c2a289f52c162dca (patch) | |
tree | 23742ced1486c468bd2e4386de5278d011978c4a /include/configs/omap3_pandora.h | |
parent | 0997561de956783ef1ac2f0acf649a0793882a3a (diff) | |
download | u-boot-imx-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.zip u-boot-imx-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.tar.gz u-boot-imx-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.tar.bz2 |
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_pandora.h')
-rw-r--r-- | include/configs/omap3_pandora.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 5589342..1a30454 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -227,10 +227,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 |