From 3d6ba91e793808d1612152e9f9b8c51b3ca6c926 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 13 Jul 2012 09:44:01 +0000 Subject: ARM: Remove unused stack and irq config defines CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present in most ARM board config files. IRQs are only enabled for 1 config, so remove the unused config options for IRQ and FIQ stack size as well. Cc: Albert ARIBAUD Signed-off-by: Rob Herring --- include/configs/am3517_crane.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/configs/am3517_crane.h') diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index 54ab3ebd3..f24b44d5e 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -47,7 +47,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#undef CONFIG_USE_IRQ /* no support for IRQs */ #define CONFIG_MISC_INIT_R #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ @@ -255,13 +254,6 @@ #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */ #define CONFIG_SYS_HZ 1000 -/*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE (128 << 10) /* regular stack 128 KiB */ - /*----------------------------------------------------------------------- * Physical Memory Map */ -- cgit v1.2.3