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/am3517_crane.h | |
parent | 0997561de956783ef1ac2f0acf649a0793882a3a (diff) | |
download | u-boot-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.tar.gz u-boot-81dcf8bb117db89cbdeba3b2c2a289f52c162dca.tar.xz u-boot-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/am3517_crane.h')
-rw-r--r-- | include/configs/am3517_crane.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index 25ce2dab49..0a62e36f7c 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -264,10 +264,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 |