diff options
Diffstat (limited to 'include')
139 files changed, 2 insertions, 888 deletions
| diff --git a/include/configs/SX1.h b/include/configs/SX1.h index ea0936899..93d031ca8 100644 --- a/include/configs/SX1.h +++ b/include/configs/SX1.h @@ -35,8 +35,6 @@  /* input clock of PLL */  #define CONFIG_SYS_CLK_FREQ	12000000	/* the SX1 has 12MHz input clock */ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ -  #define CONFIG_MISC_INIT_R  #define CONFIG_CMDLINE_TAG	 1	/* enable passing of ATAGs	*/ @@ -140,17 +138,6 @@  #define CONFIG_SYS_HZ		1000  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	   /* we have 1 bank of DRAM */ diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 6ad4a6bef..06adc947b 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -49,8 +49,6 @@  /* input clock of PLL (VCMA9 has 12MHz input clock) */  #define CONFIG_SYS_CLK_FREQ	12000000 -#undef CONFIG_USE_IRQ		/* we don't need IRQ/FIQ stuff */ -  #define CONFIG_CMDLINE_TAG	/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG @@ -191,16 +189,6 @@  #define CONFIG_IDENT_STRING "\n(c) 2003 - 2011 by MPL AG Switzerland, " \  			    "MEV-10080-001 " VERSION_TAG -/* - * Stack sizes - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4 * 1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4 * 1024)	/* FIQ stack */ -#endif -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */  #define PHYS_SDRAM_1		0x30000000	/* SDRAM Bank #1 */ diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index a2b347a82..5a8d01009 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -39,8 +39,6 @@  /*   * CPU and Board Configuration Options   */ -#undef CONFIG_USE_IRQ		/* we don't need IRQ/FIQ stuff */ -  #undef CONFIG_SKIP_LOWLEVEL_INIT  /* @@ -105,17 +103,6 @@  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4 * 1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4 * 1024)	/* FIQ stack */ -#endif - -/*   * Size of malloc() pool   */  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 128 * 1024) diff --git a/include/configs/actux1.h b/include/configs/actux1.h index bdd2239d8..de29eb9ef 100644 --- a/include/configs/actux1.h +++ b/include/configs/actux1.h @@ -105,12 +105,6 @@  					  115200, 230400 }  #define CONFIG_SERIAL_RTS_ACTIVE	1 -/* - * Stack sizes - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -  /* Expansion bus settings */  #define CONFIG_SYS_EXP_CS0			0xbd113842 diff --git a/include/configs/actux2.h b/include/configs/actux2.h index c55571c12..d2cc26c2a 100644 --- a/include/configs/actux2.h +++ b/include/configs/actux2.h @@ -98,12 +98,6 @@  					  115200, 230400 }  #define CONFIG_SERIAL_RTS_ACTIVE	1 -/* - * Stack sizes - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -  /* Expansion bus settings */  #define CONFIG_SYS_EXP_CS0			0xbd113042 diff --git a/include/configs/actux3.h b/include/configs/actux3.h index 78ee2b598..7165db09b 100644 --- a/include/configs/actux3.h +++ b/include/configs/actux3.h @@ -96,13 +96,6 @@  					  115200, 230400 }  #define CONFIG_SERIAL_RTS_ACTIVE	1 -/* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -  /* Expansion bus settings */  #define CONFIG_SYS_EXP_CS0			0xbd113442 diff --git a/include/configs/actux4.h b/include/configs/actux4.h index c1105df59..c34dca2c2 100644 --- a/include/configs/actux4.h +++ b/include/configs/actux4.h @@ -103,12 +103,6 @@  					  115200, 230400 }  #define CONFIG_SERIAL_RTS_ACTIVE	1 -/* - * Stack sizes - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -  /* Expansion bus settings */  #define CONFIG_SYS_EXP_CS0			0xbd113003 diff --git a/include/configs/adp-ag101.h b/include/configs/adp-ag101.h index 6bf0addcb..b6e384469 100644 --- a/include/configs/adp-ag101.h +++ b/include/configs/adp-ag101.h @@ -145,13 +145,6 @@  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ - -/*   * Size of malloc() pool   */  /* 512kB is suggested, (CONFIG_ENV_SIZE + 128 * 1024) was not enough */ diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index 747d06100..ef55e3556 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -145,13 +145,6 @@  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ - -/*   * Size of malloc() pool   */  /* 512kB is suggested, (CONFIG_ENV_SIZE + 128 * 1024) was not enough */ diff --git a/include/configs/adp-ag102.h b/include/configs/adp-ag102.h index 35f88cc39..eea44db35 100644 --- a/include/configs/adp-ag102.h +++ b/include/configs/adp-ag102.h @@ -219,13 +219,6 @@  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ - -/*   * Size of malloc() pool   */  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 128 * 1024) diff --git a/include/configs/afeb9260.h b/include/configs/afeb9260.h index 6715cb4b1..041ca219d 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -170,9 +170,4 @@   */  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE	(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif  #endif diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index a8a6b8ed9..a3752bca6 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -233,9 +233,6 @@  #define CONFIG_SKIP_LOWLEVEL_INIT  #endif -/* Unsupported features */ -#undef CONFIG_USE_IRQ -  #define CONFIG_CMD_NET  #define CONFIG_CMD_DHCP  #define CONFIG_CMD_PING 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 */ @@ -256,13 +255,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index ed0a601df..95f8d7885 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.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 */ @@ -253,13 +252,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/apollon.h b/include/configs/apollon.h index aebca71ec..b8ca8a849 100644 --- a/include/configs/apollon.h +++ b/include/configs/apollon.h @@ -66,7 +66,6 @@  /* the OMAP2420 H4 has 12MHz, 13MHz, or 19.2Mhz crystal input */  #define	CONFIG_SYS_CLK_FREQ	V_SCLK -#undef	CONFIG_USE_IRQ	/* no support for IRQs */  #define	CONFIG_MISC_INIT_R  #define	CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs */ @@ -207,13 +206,6 @@  #define	CONFIG_SYS_HZ		((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PTV))  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define	CONFIG_STACKSIZE SZ_128K	/* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define	CONFIG_NR_DRAM_BANKS	1	/* CS1 may or may not be populated */ diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index 2abcaffee..bf20065af 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -224,7 +224,4 @@  #define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_SDRAM_BASE + SZ_4K \  					- GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		SZ_32K	/* regular stack */ -#define CONFIG_STACKSIZE_IRQ		SZ_4K	/* Unsure if to big or to small*/ -#define CONFIG_STACKSIZE_FIQ		SZ_4K	/* Unsure if to big or to small*/  #endif /* __AT91RM9200EK_CONFIG_H__ */ diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index ef25fa5e0..f921fac64 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -55,7 +55,6 @@  /* Misc CPU related */  #define CONFIG_ARCH_CPU_INIT -#undef	CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG @@ -237,10 +236,4 @@   */  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 014437b5e..19acf64fa 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -41,7 +41,6 @@  #include <asm/hardware.h>  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS @@ -239,10 +238,4 @@   */  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE		(32*1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 4309f71f1..73af3aff8 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -47,7 +47,6 @@  #define CONFIG_AT91SAM9263EK	1	/* It's an AT91SAM9263EK Board */  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS 1 @@ -353,8 +352,4 @@   */  #define CONFIG_SYS_MALLOC_LEN	ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ - -#undef CONFIG_USE_IRQ -  #endif diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 1d5fc8f73..6191cdf0f 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -40,7 +40,6 @@  #define CONFIG_AT91SAM9M10G45EK  #define CONFIG_AT91FAMILY  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS @@ -179,10 +178,4 @@   */  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index c5952e931..8178b32a8 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -41,7 +41,6 @@  #define CONFIG_ARCH_CPU_INIT  #define CONFIG_SKIP_LOWLEVEL_INIT  #define CONFIG_BOARD_EARLY_INIT_F -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */  #define CONFIG_CMDLINE_TAG		1	/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS	1 @@ -189,8 +188,4 @@   */  #define CONFIG_SYS_MALLOC_LEN	ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ - -#undef CONFIG_USE_IRQ -  #endif diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h index 97fdc2c9c..756f40956 100644 --- a/include/configs/balloon3.h +++ b/include/configs/balloon3.h @@ -102,15 +102,6 @@  #define	CONFIG_SYS_CPUSPEED		0x290		/* 520MHz */  /* - * Stack sizes - */ -#define	CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -#ifdef	CONFIG_USE_IRQ -#define	CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define	CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif - -/*   * DRAM Map   */  #define	CONFIG_NR_DRAM_BANKS		3		/* 2 banks of DRAM */ diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index 14b81460b..312fd947b 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -105,13 +105,6 @@  #define LINUX_BOOT_PARAM_ADDR		0x60000200  #define CONFIG_BOOTDELAY		2 -/* Stack sizes are set up in start.S using the settings below */ -#define CONFIG_STACKSIZE		(128 * 1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ		(4 * 1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ		(4 * 1024)	/* FIQ stack */ -#endif -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS		2  #define PHYS_SDRAM_1			0x60000000	/* SDRAM Bank #1 */ diff --git a/include/configs/calimain.h b/include/configs/calimain.h index 8141fd796..5c2b35d58 100644 --- a/include/configs/calimain.h +++ b/include/configs/calimain.h @@ -161,7 +161,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + (16 << 20))  #define CONFIG_NR_DRAM_BANKS	1 /* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024) /* regular stack */  /*   * Serial Driver info diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h index 771ac9c3b..91ab81284 100644 --- a/include/configs/cam_enc_4xx.h +++ b/include/configs/cam_enc_4xx.h @@ -146,7 +146,6 @@  #define CONFIG_MX_CYCLIC  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */  #define CONFIG_SYS_PROMPT	"cam_enc_4xx> "	/* Monitor Command Prompt */  #define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size  */ @@ -191,7 +190,6 @@  #define CONFIG_TIMESTAMP  /* U-Boot memory configuration */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256 KiB */  #define CONFIG_SYS_MALLOC_LEN		(1 << 20)	/* 1 MiB */  #define CONFIG_SYS_MEMTEST_START	0x80000000	/* physical address */  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* test 16MB RAM */ diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h index 408e91832..d2fd72a4a 100644 --- a/include/configs/cm4008.h +++ b/include/configs/cm4008.h @@ -31,8 +31,6 @@  #define CONFIG_KS8695	1		/* it is a KS8695 CPU */  #define CONFIG_CM4008	1		/* it is an OpenGear CM4008 boad */ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/ -  #define CONFIG_CMDLINE_TAG	 1	/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS 1  #define CONFIG_INITRD_TAG	 1 @@ -96,17 +94,6 @@  #define CONFIG_SYS_HZ			(1000)		/* 1ms resolution ticks */  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	   /* we have 1 bank of DRAM */ diff --git a/include/configs/cm41xx.h b/include/configs/cm41xx.h index d85a6001a..0e7a21743 100644 --- a/include/configs/cm41xx.h +++ b/include/configs/cm41xx.h @@ -31,8 +31,6 @@  #define CONFIG_KS8695	1		/* it is a KS8695 CPU */  #define CONFIG_CM41xx	1		/* it is an OpenGear CM41xx boad */ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/ -  #define CONFIG_CMDLINE_TAG	 1	/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS 1  #define CONFIG_INITRD_TAG	 1 @@ -96,17 +94,6 @@  #define CONFIG_SYS_HZ			(1000)		/* 1ms resolution ticks */  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	   /* we have 1 bank of DRAM */ diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 6eeb2d3b7..46c556ddc 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -57,7 +57,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_OF_LIBFDT		1 @@ -279,13 +278,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	1	/* CS1 is never populated */ diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index 1f02f3fee..ae84344e4 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -117,17 +117,6 @@  #define	CONFIG_SYS_CPUSPEED		0x290		/* 520MHz */  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define	CONFIG_STACKSIZE		(128 * 1024)	/* regular stack */ -#ifdef	CONFIG_USE_IRQ -#define	CONFIG_STACKSIZE_IRQ		(4 * 1024)	/* IRQ stack */ -#define	CONFIG_STACKSIZE_FIQ		(4 * 1024)	/* FIQ stack */ -#endif - -/*   * DRAM Map   */  #define	CONFIG_NR_DRAM_BANKS		1		/* We have 1 bank of DRAM */ diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h index a877066c4..d65415a62 100644 --- a/include/configs/cpu9260.h +++ b/include/configs/cpu9260.h @@ -51,7 +51,6 @@  #define CONFIG_AT91FAMILY  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ  #define CONFIG_DISPLAY_CPUINFO  #define CONFIG_BOARD_EARLY_INIT_F @@ -511,10 +510,4 @@  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_SDRAM_BASE + 4 * 1024 - \  				GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		(32 * 1024) - -#if defined(CONFIG_USE_IRQ) -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index dc676dffd..15d56c346 100644 --- a/include/configs/cpuat91.h +++ b/include/configs/cpuat91.h @@ -46,7 +46,6 @@  #define CONFIG_ARM920T  #define CONFIG_AT91RM9200  #define CONFIG_CPUAT91 -#undef CONFIG_USE_IRQ  #define USE_920T_MMU  #include <asm/hardware.h>	/* needed for port definitions */ @@ -211,15 +210,6 @@  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_SDRAM_BASE + 4 * 1024 - \  				GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		(32 * 1024) -#define CONFIG_STACKSIZE_IRQ		(4 * 1024) -#define CONFIG_STACKSIZE_FIQ		(4 * 1024) - - -#if defined(CONFIG_USE_IRQ) -#error CONFIG_USE_IRQ not supported -#endif -  #define CONFIG_DEVICE_NULLDEV  #define CONFIG_SILENT_CONSOLE diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h index 51dc6643d..f7ac256a0 100644 --- a/include/configs/da830evm.h +++ b/include/configs/da830evm.h @@ -53,7 +53,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + \  						(32 << 20))  #define CONFIG_NR_DRAM_BANKS	1 /* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024) /* regular stack */  /*   * Serial Driver info @@ -157,7 +156,6 @@  /*   * U-Boot general configuration   */ -#undef CONFIG_USE_IRQ			/* No IRQ/FIQ in U-Boot */  #undef CONFIG_MISC_INIT_R  #undef CONFIG_BOOTDELAY  #define CONFIG_BOOTFILE		"uImage" /* Boot file name */ diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 7af81e8b4..09a966092 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -74,7 +74,6 @@  #define CONFIG_SYS_MEMTEST_END 	(PHYS_SDRAM_1 + 0x2000000 + 16*1024*1024)  #define CONFIG_NR_DRAM_BANKS	1 /* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024) /* regular stack */  #define CONFIG_SYS_DA850_SYSCFG_SUSPSRC (	\  	DAVINCI_SYSCFG_SUSPSRC_TIMER0 |		\ diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h index a30d24c29..de795a2ae 100644 --- a/include/configs/davinci_dm355evm.h +++ b/include/configs/davinci_dm355evm.h @@ -131,7 +131,6 @@  #define CONFIG_MX_CYCLIC  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */  #define CONFIG_SYS_PROMPT	"DM355 EVM # "	/* Monitor Command Prompt */  #define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size  */ @@ -170,7 +169,6 @@  #define CONFIG_NET_RETRY_COUNT 10  /* U-Boot memory configuration */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256 KiB */  #define CONFIG_SYS_MALLOC_LEN		(1 << 20)	/* 1 MiB */  #define CONFIG_SYS_MEMTEST_START	0x87000000	/* physical address */  #define CONFIG_SYS_MEMTEST_END		0x88000000	/* test 16MB RAM */ diff --git a/include/configs/davinci_dm355leopard.h b/include/configs/davinci_dm355leopard.h index 1cd3d2eae..88e667383 100644 --- a/include/configs/davinci_dm355leopard.h +++ b/include/configs/davinci_dm355leopard.h @@ -99,7 +99,6 @@  #define CONFIG_MX_CYCLIC  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */  #define CONFIG_SYS_PROMPT	"DM355 LEOPARD # "  #define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size  */ @@ -130,7 +129,6 @@  #define CONFIG_NET_RETRY_COUNT 10  /* U-Boot memory configuration */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256 KiB */  #define CONFIG_SYS_MALLOC_LEN		(1 << 20)	/* 1 MiB */  #define CONFIG_SYS_MEMTEST_START	0x87000000	/* physical address */  #define CONFIG_SYS_MEMTEST_END		0x88000000	/* test 16MB RAM */ diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h index bcf10ca55..6a331aa9f 100644 --- a/include/configs/davinci_dm365evm.h +++ b/include/configs/davinci_dm365evm.h @@ -165,7 +165,6 @@  #define CONFIG_MX_CYCLIC  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */  #define CONFIG_SYS_PROMPT	"DM36x EVM # "	/* Monitor Command Prompt */  #define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size  */ @@ -202,7 +201,6 @@  #define CONFIG_TIMESTAMP  /* U-Boot memory configuration */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256 KiB */  #define CONFIG_SYS_MALLOC_LEN		(1 << 20)	/* 1 MiB */  #define CONFIG_SYS_MEMTEST_START	0x87000000	/* physical address */  #define CONFIG_SYS_MEMTEST_END		0x88000000	/* test 16MB RAM */ diff --git a/include/configs/davinci_dm6467evm.h b/include/configs/davinci_dm6467evm.h index 6734ea319..366c77f01 100644 --- a/include/configs/davinci_dm6467evm.h +++ b/include/configs/davinci_dm6467evm.h @@ -54,7 +54,6 @@ extern unsigned int davinci_arm_clk_get(void);  #define CONFIG_SYS_MEMTEST_START	0x80000000  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS		1 -#define CONFIG_STACKSIZE		(256 << 10)	/* 256 KiB */  #define PHYS_SDRAM_1			0x80000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE		(256 << 20)	/* DDR size 256MB */ @@ -108,7 +107,6 @@ extern unsigned int davinci_arm_clk_get(void);  #endif  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_BOOTDELAY	3  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */  #define CONFIG_SYS_PROMPT	"DM6467 EVM > "	/* Monitor Command Prompt */ diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h index e4443ec89..ab9cedd07 100644 --- a/include/configs/davinci_dvevm.h +++ b/include/configs/davinci_dvevm.h @@ -74,7 +74,6 @@  #define CONFIG_SYS_MEMTEST_START	0x80000000	/* memtest start address */  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024)	/* regular stack */  #define PHYS_SDRAM_1		0x80000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE	0x10000000	/* DDR size 256MB */ @@ -157,7 +156,6 @@  /*==============================*/  /* U-Boot general configuration */  /*==============================*/ -#undef	CONFIG_USE_IRQ			/* No IRQ/FIQ in U-Boot */  #define CONFIG_MISC_INIT_R  #undef CONFIG_BOOTDELAY  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */ diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 93df4ffe3..8eb7af921 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -44,7 +44,6 @@  #define CONFIG_SYS_MEMTEST_START	0x80000000	/* memtest start address */  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024)	/* regular stack */  #define PHYS_SDRAM_1		0x80000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE	0x08000000	/* DDR size 128MB */  #define DDR_4BANKS				/* 4-bank DDR2 (128MB) */ @@ -101,7 +100,6 @@  /*==============================*/  /* U-Boot general configuration */  /*==============================*/ -#undef	CONFIG_USE_IRQ			/* No IRQ/FIQ in U-Boot */  #define CONFIG_MISC_INIT_R  #undef CONFIG_BOOTDELAY  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */ diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index 23b0ba700..958b19ad3 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -44,7 +44,6 @@  #define CONFIG_SYS_MEMTEST_START	0x80000000	/* memtest start address */  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024)	/* regular stack */  #define PHYS_SDRAM_1		0x80000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE	0x08000000	/* DDR size 128MB */  #define DDR_4BANKS				/* 4-bank DDR2 (128MB) */ @@ -88,7 +87,6 @@  #define CONFIG_SYS_I2C_PCA9543_ADDR_LEN	0	/* Single register. */  #define CONFIG_SYS_I2C_PCA9543_ENABLE_CH0	0x01	/* Enable channel 0. */  /* U-Boot general configuration */ -#undef CONFIG_USE_IRQ				/* No IRQ/FIQ in U-Boot */  #define CONFIG_MISC_INIT_R  #define CONFIG_BOOTDELAY	5		/* Autoboot after 5 seconds. */  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */ diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h index 36a8c0668..3d8d392e8 100644 --- a/include/configs/davinci_sonata.h +++ b/include/configs/davinci_sonata.h @@ -76,7 +76,6 @@  #define CONFIG_SYS_MEMTEST_START	0x80000000	/* memtest start address */  #define CONFIG_SYS_MEMTEST_END		0x81000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024)	/* regular stack */  #define PHYS_SDRAM_1		0x80000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE	0x08000000	/* DDR size 128MB */  #define DDR_4BANKS				/* 4-bank DDR2 (128MB) */ @@ -147,7 +146,6 @@  /*==============================*/  /* U-Boot general configuration */  /*==============================*/ -#undef	CONFIG_USE_IRQ			/* No IRQ/FIQ in U-Boot */  #define CONFIG_MISC_INIT_R  #undef CONFIG_BOOTDELAY  #define CONFIG_BOOTFILE		"uImage"	/* Boot file name */ diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 9f15ffb0f..18d7374ba 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -41,7 +41,6 @@   * Memory configurations   */  #define CONFIG_NR_DRAM_BANKS		1 -#define CONFIG_STACKSIZE		SZ_32K  #define CONFIG_SYS_MALLOC_LEN		SZ_1M  #define CONFIG_SYS_GBL_DATA_SIZE	128  #define CONFIG_SYS_SDRAM_BASE		EMC_DYCS0_BASE diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 1f44a4281..de75dafc9 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -59,7 +59,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 */ @@ -276,9 +275,6 @@  #define CONFIG_SYS_PTV			2 /* Divisor: 2^(PTV+1) => 8 */  #define CONFIG_SYS_HZ			1000 -/* 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  */  #define CONFIG_NR_DRAM_BANKS		2 /* CS1 may or may not be populated */  #define PHYS_SDRAM_1			OMAP34XX_SDRC_CS0 diff --git a/include/configs/dig297.h b/include/configs/dig297.h index f123675aa..dda758269 100644 --- a/include/configs/dig297.h +++ b/include/configs/dig297.h @@ -64,7 +64,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			/* enable passing of ATAGs */ @@ -260,17 +259,6 @@  #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 */ -#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 */ diff --git a/include/configs/dvlhost.h b/include/configs/dvlhost.h index 4eda91e7f..a2af1e37f 100644 --- a/include/configs/dvlhost.h +++ b/include/configs/dvlhost.h @@ -104,13 +104,6 @@  					  115200, 230400 }  #define CONFIG_SERIAL_RTS_ACTIVE	1 -/* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -  /* Expansion bus settings */  #define CONFIG_SYS_EXP_CS0		0xbd113442 diff --git a/include/configs/ea20.h b/include/configs/ea20.h index a9caa814d..337d50492 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -65,7 +65,6 @@  #define CONFIG_SYS_MEMTEST_END	(PHYS_SDRAM_1 + 0x2000000 + 16*1024*1024)  #define CONFIG_NR_DRAM_BANKS	1 /* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024) /* regular stack */  /*   * Serial Driver info diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 4d8be2b01..d4104de5f 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -61,8 +61,6 @@  #define CONFIG_SYS_PBSIZE	\  	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ -  /*   * ARM asynchronous clock   */ diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 6a67aa572..f0fb48828 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -228,7 +228,6 @@  #define CONFIG_DISPLAY_CPUINFO		/* Display cpu info */  #define CONFIG_NR_DRAM_BANKS		1 -#define CONFIG_STACKSIZE		0x00100000  #define CONFIG_SYS_LOAD_ADDR		0x00800000  #define CONFIG_SYS_MEMTEST_START	0x00400000  #define CONFIG_SYS_MEMTEST_END		0x007fffff diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h index 143b0f01f..439b5f3fe 100644 --- a/include/configs/efikamx.h +++ b/include/configs/efikamx.h @@ -246,13 +246,6 @@  #define CONFIG_CMDLINE_EDITING  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS		1 diff --git a/include/configs/enbw_cmc.h b/include/configs/enbw_cmc.h index b99492c05..e2e0d5c2d 100644 --- a/include/configs/enbw_cmc.h +++ b/include/configs/enbw_cmc.h @@ -71,7 +71,6 @@  #define CONFIG_SYS_MEMTEST_END	(PHYS_SDRAM_1 + 0x2000000 + 16*1024*1024)  #define CONFIG_NR_DRAM_BANKS	1 /* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256*1024) /* regular stack */  /*   * Serial Driver info diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index f89e9ead9..14a0f02c5 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -48,13 +48,12 @@  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768	/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000 /* 18.432 MHz crystal */  #define CONFIG_SYS_HZ			1000 -#undef CONFIG_USE_IRQ			/* Running w/o interrupts */  /* 32kB internal SRAM */  #define CONFIG_SRAM_BASE	0x00300000 /*AT91SAM9XE_SRAM_BASE */  #define CONFIG_SRAM_SIZE	(32 << 10) -#define CONFIG_STACKSIZE	(CONFIG_SRAM_SIZE - GENERATED_GBL_DATA_SIZE) -#define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SRAM_BASE + CONFIG_STACKSIZE) +#define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SRAM_BASE + CONFIG_SRAM_SIZE - \ +				GENERATED_GBL_DATA_SIZE)  /* 128MB SDRAM in 1 bank */  #define CONFIG_NR_DRAM_BANKS		1 diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 46939d435..435051893 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -146,14 +146,6 @@  #define CONFIG_SYS_HZ				1000 - -/* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /*   * Physical Memory Map   */ diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index 4f2600e8f..73ab4c837 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -87,7 +87,6 @@  #define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1 + 16*1024*1024)  #define CONFIG_NR_DRAM_BANKS		1 /* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE		(256*1024) /* regular stack */  /*   * Serial Driver info diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 897bc3937..62cc08ceb 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -95,17 +95,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x800000  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS		1 diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index af793e199..5468a1a21 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -231,13 +231,6 @@  #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   *   */ diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h index 17fa4a13d..567061aee 100644 --- a/include/configs/ima3-mx53.h +++ b/include/configs/ima3-mx53.h @@ -133,9 +133,6 @@  #define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	1  #define PHYS_SDRAM_1		CSD0_BASE_ADDR diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 7d2876b9c..b3f382c59 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -94,7 +94,6 @@  #define CONFIG_SYS_MEMTEST_START	0xA0000000  #define CONFIG_SYS_MEMTEST_END		0xA1000000	/* 16MB RAM test */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ -#define CONFIG_STACKSIZE	(256 * 1024)	/* regular stack */  #define PHYS_SDRAM_1		0xA0000000	/* DDR Start */  #define PHYS_SDRAM_1_SIZE	0x08000000	/* DDR size 128MB */ diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index a340e97f0..8cca47857 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -139,13 +139,6 @@  #define CONFIG_CMDLINE_EDITING	1  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024) /* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1 diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index a412cf61e..b21621ca9 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -143,13 +143,6 @@  #define CONFIG_CMDLINE_EDITING  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024) /* regular stack */ - -/*   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS		1 diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 2252d9383..2770c82b5 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -102,17 +102,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x7fc0	/* default load address */  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	/* we have 1 bank of DRAM */ diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index ca2d92d79..d5043df6f 100644 --- a/include/configs/integratorcp.h +++ b/include/configs/integratorcp.h @@ -113,17 +113,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x7fc0	/* default load address */  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1		/* we have 1 bank of DRAM */ diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index 2badadbc3..7b9d36d5d 100644 --- a/include/configs/jadecpu.h +++ b/include/configs/jadecpu.h @@ -32,7 +32,6 @@  #define CONFIG_SYS_TEXT_BASE	0x10000000  #define CONFIG_ARM926EJS	1	/* This is an ARM926EJS Core	*/ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_USE_ARCH_MEMCPY  #define CONFIG_USE_ARCH_MEMSET @@ -204,8 +203,6 @@  #define CONFIG_SYS_MALLOC_LEN	(10 << 20)  #define CONFIG_SYS_MEM_TOP_HIDE	(4 << 20) -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ -  /*   * Clock reset generator init   */ @@ -292,8 +289,4 @@  #define CONFIG_SYS_DDR2_INIT_DRIC1_10	0x0005  #define CONFIG_SYS_DDR2_INIT_DRIC2_10	0x0002 -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif	/* __CONFIG_H */ diff --git a/include/configs/jornada.h b/include/configs/jornada.h index 84ad2d874..d499abe4a 100644 --- a/include/configs/jornada.h +++ b/include/configs/jornada.h @@ -33,7 +33,6 @@  /* we will never enable dcache, because we have to setup MMU first */  #define CONFIG_SYS_DCACHE_OFF -#undef CONFIG_USE_IRQ  /* Console setting */ @@ -88,12 +87,6 @@  #define CONFIG_SYS_CPUSPEED		0x0a /* core clock 206MHz */  #define CONFIG_SYS_BAUDRATE_TABLE	{ 19200, 38400, 57600, 115200 } -/*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE		(128*1024)	/* regular stack */  #define CONFIG_SYS_FLASH_CFI		1  #define CONFIG_FLASH_CFI_DRIVER	1  #define CONFIG_FLASH_CFI_WIDTH		FLASH_CFI_32BIT diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 0d5ecd558..27b77d3da 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -158,7 +158,6 @@  #define CONFIG_ARCH_MISC_INIT		/* call arch_misc_init() */  #define CONFIG_DISPLAY_CPUINFO		/* Display cpu info */  #define CONFIG_NR_DRAM_BANKS	4 -#define CONFIG_STACKSIZE	0x00100000	/* regular stack- 1M */  #define CONFIG_SYS_RESET_ADDRESS 0xffff0000	/* Rst Vector Adr */  /* diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h index 4b9b29082..0a1d1e09a 100644 --- a/include/configs/lubbock.h +++ b/include/configs/lubbock.h @@ -44,7 +44,6 @@  #define CONFIG_BOARD_LATE_INIT  #define CONFIG_DOS_PARTITION  #define	CONFIG_SYS_TEXT_BASE	0x0 -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */  /* we will never enable dcache, because we have to setup MMU first */  #define CONFIG_SYS_DCACHE_OFF @@ -136,17 +135,6 @@  #endif  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	4	   /* we have 2 banks of DRAM */ diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index f5cbbf345..c52755e3c 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -85,7 +85,6 @@  #define	CONFIG_NR_DRAM_BANKS		1		/* 1 bank of DRAM */  #define	PHYS_SDRAM_1			0x40000000	/* Base address */  #define	PHYS_SDRAM_1_SIZE		0x20000000	/* Max 512 MB RAM */ -#define	CONFIG_STACKSIZE		(128 * 1024)	/* 128 KB stack */  #define	CONFIG_SYS_MALLOC_LEN		0x00400000	/* 4 MB for malloc */  #define	CONFIG_SYS_GBL_DATA_SIZE	128		/* Initial data */  #define	CONFIG_SYS_MEMTEST_START	0x40000000	/* Memtest start adr */ diff --git a/include/configs/mcx.h b/include/configs/mcx.h index c14cb851c..733022e78 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -313,13 +313,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/meesc.h b/include/configs/meesc.h index 1e897e23e..31f2a8cf1 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -68,7 +68,6 @@  #define CONFIG_REVISION_TAG  #define CONFIG_CMDLINE_TAG			/* enable passing of ATAGs */  #define CONFIG_MISC_INIT_R			/* Call misc_init_r */ -#undef CONFIG_USE_IRQ				/* don't need IRQ/FIQ stuff */  #define CONFIG_DISPLAY_BOARDINFO		/* call checkboard() */  #define CONFIG_DISPLAY_CPUINFO			/* display cpu info and speed */ @@ -221,10 +220,4 @@  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + \  					128*1024, 0x1000) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -# error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 27b489902..7086d1d0e 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -105,7 +105,6 @@  #define CONFIG_ARCH_MISC_INIT	/* call arch_misc_init() */  #define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */  #define CONFIG_DISPLAY_CPUINFO	/* Display cpu info */ -#define CONFIG_STACKSIZE	0x00100000	/* regular stack- 1M */  #define CONFIG_SYS_LOAD_ADDR	0x00800000	/* default load adr- 8M */  #define CONFIG_SYS_MEMTEST_START 0x00800000	/* 8M */  #define CONFIG_SYS_MEMTEST_END	0x00ffffff	/*(_16M -1) */ diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h index 665e33d86..3ede042ad 100644 --- a/include/configs/mx1ads.h +++ b/include/configs/mx1ads.h @@ -35,7 +35,6 @@  #define CONFIG_ARM920T		1	/* This is an ARM920T Core		*/  #define CONFIG_IMX		1	/* It's a Motorola MC9328 SoC		*/  #define CONFIG_MX1ADS		1	/* on a Motorola MX1ADS Board		*/ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff		*/  /*   * Select serial console configuration @@ -133,17 +132,6 @@  #define CONFIG_SYS_CPUSPEED		0x141  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */ diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index efca28753..359a30830 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -49,9 +49,6 @@  #define CONFIG_SYS_MEMTEST_START	(PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE/2)  #define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE) -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Serial Info */  #define CONFIG_MXC_UART  #define CONFIG_MXC_UART_BASE	UART1_BASE diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 4d06cf654..fca58939f 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -74,7 +74,6 @@  #define CONFIG_NR_DRAM_BANKS		1		/* 1 bank of DRAM */  #define PHYS_SDRAM_1			0x40000000	/* Base address */  #define PHYS_SDRAM_1_SIZE		0x40000000	/* Max 1 GB RAM */ -#define CONFIG_STACKSIZE		(128 * 1024)	/* 128 KB stack */  #define CONFIG_SYS_MALLOC_LEN		0x00400000	/* 4 MB for malloc */  #define CONFIG_SYS_MEMTEST_START	0x40000000	/* Memtest start adr */  #define CONFIG_SYS_MEMTEST_END		0x40400000	/* 4 MB RAM test */ diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index cc720e808..081fbf690 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -155,13 +155,6 @@  #define CONFIG_CMDLINE_EDITING	1  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1 diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 7634de72c..17d3143eb 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -151,13 +151,6 @@  #define CONFIG_CMDLINE_EDITING  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024) /* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1 diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 6eb5da5d8..9bc6bd447 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -160,14 +160,6 @@  #define CONFIG_SYS_HZ				1000 - -/* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /*   * Physical Memory Map   */ diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 29ba24e0d..ba4a4a623 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -218,13 +218,6 @@  #define CONFIG_CMDLINE_EDITING  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1 diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index b48625353..6ab4cde48 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -153,9 +153,6 @@  #define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	2  #define PHYS_SDRAM_1		CSD0_BASE_ADDR diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index d6aa46d7b..0a7983306 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -164,9 +164,6 @@  #define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	1  #define PHYS_SDRAM_1		CSD0_BASE_ADDR diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 24ec14014..8cbaf08e0 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -175,9 +175,6 @@  #define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	2  #define PHYS_SDRAM_1		CSD0_BASE_ADDR diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index 1982184c8..f54d328be 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -152,9 +152,6 @@  #define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	2  #define PHYS_SDRAM_1		CSD0_BASE_ADDR diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index a9c1b1545..6c1789527 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -140,7 +140,6 @@  #define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_EDITING -#define CONFIG_STACKSIZE		(128 * 1024)  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS		1 diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 0d376ba5c..4a6aafa54 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -194,7 +194,6 @@  #define CONFIG_SYS_HZ		       1000  #define CONFIG_CMDLINE_EDITING -#define CONFIG_STACKSIZE	       (128 * 1024)  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS	       1 diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 37a66aba1..d438efdae 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -85,12 +85,6 @@  #define CONFIG_SYS_TEXT_BASE    0x00000000  #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + (1<<20)) -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#  define CONFIG_STACKSIZE_IRQ	(4 * 1024)	/* IRQ stack */ -#  define CONFIG_STACKSIZE_FIQ	(4 * 1024)	/* FIQ stack */ -#endif -  #define CONFIG_SYS_MEMTEST_START	0x00000000  #define CONFIG_SYS_MEMTEST_END		0x0FFFFFFF  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 256 * 1024) diff --git a/include/configs/ns9750dev.h b/include/configs/ns9750dev.h index f465a5606..3f49c6f0b 100644 --- a/include/configs/ns9750dev.h +++ b/include/configs/ns9750dev.h @@ -42,7 +42,6 @@  #define AHB_CLK_FREQ		(CONFIG_SYS_CLK_FREQ/4)  #define BBUS_CLK_FREQ		(CONFIG_SYS_CLK_FREQ/8) -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */  /*@TODO #define CONFIG_STATUS_LED*/  #define CONFIG_USE_IRQ @@ -126,10 +125,7 @@  /*-----------------------------------------------------------------------   * Stack sizes - * - * The stack sizes are set up in start.S using the settings below   */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */  #ifdef CONFIG_USE_IRQ  #define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */  #define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ diff --git a/include/configs/omap1510inn.h b/include/configs/omap1510inn.h index f591a86ab..7a7fa227c 100644 --- a/include/configs/omap1510inn.h +++ b/include/configs/omap1510inn.h @@ -38,8 +38,6 @@  /* input clock of PLL */  #define CONFIG_SYS_CLK_FREQ	12000000	/* the OMAP1510 Innovator has 12MHz input clock */ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ -  #define CONFIG_MISC_INIT_R  #define CONFIG_CMDLINE_TAG	 1	/* enable passing of ATAGs	*/ @@ -137,17 +135,6 @@  #define CONFIG_SYS_HZ		1000  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	   /* we have 1 bank of DRAM */ diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index 13762ccaf..1abf2590e 100644 --- a/include/configs/omap2420h4.h +++ b/include/configs/omap2420h4.h @@ -61,7 +61,6 @@  /* the OMAP2420 H4 has 12MHz, 13MHz, or 19.2Mhz crystal input */  #define CONFIG_SYS_CLK_FREQ      V_SCLK -#undef CONFIG_USE_IRQ                 /* no support for IRQs */  #define CONFIG_MISC_INIT_R  #define CONFIG_CMDLINE_TAG       1    /* enable passing of ATAGs */ @@ -193,17 +192,6 @@  #define CONFIG_SYS_HZ			((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PTV))  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE         SZ_128K /* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ     SZ_4K   /* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ     SZ_4K   /* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS     2                 /* CS1 may or may not be populated */ diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index e97482419..782a4c598 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -51,7 +51,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_OF_LIBFDT		1 @@ -345,13 +344,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index b12ce2e4d..d9578f47b 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -29,8 +29,6 @@  #define CONFIG_OMAP3_EVM		/* This is a OMAP3 EVM */  #define CONFIG_TWL4030_POWER		/* with TWL4030 PMIC */ -#undef CONFIG_USE_IRQ			/* no support for IRQs */ -  /*   * Clock related definitions   */ @@ -53,12 +51,6 @@  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (128 << 10))  /* - * Stack sizes - * These values are used in start.S - */ -#define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */ - -/*   * Physical Memory Map   * Note 1: CS1 may or may not be populated   * Note 2: SDRAM size is expected to be at least 32MB diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 6d4faed08..b975a6c9a 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -35,8 +35,6 @@  #define CONFIG_OMAP3_LOGIC		/* working with Logic OMAP boards */  #define CONFIG_OMAP_GPIO -#undef CONFIG_USE_IRQ			/* no support for IRQs */ -  #define CONFIG_SYS_TEXT_BASE	0x80400000  #define CONFIG_SDRC	/* The chip has SDRC controller */ @@ -287,13 +285,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h index 30ca31293..67af31465 100644 --- a/include/configs/omap3_mvblx.h +++ b/include/configs/omap3_mvblx.h @@ -56,7 +56,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_OF_LIBFDT		1 @@ -248,13 +247,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	1 diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 92bd8fcaf..dd4b2c0e8 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -42,7 +42,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			/* enable passing of ATAGs */ @@ -232,13 +231,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 28f8a3ee4..8a8a5d1cc 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -46,7 +46,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 */ @@ -218,13 +217,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h index 1d8b0abf3..2a890c9c7 100644 --- a/include/configs/omap3_sdp3430.h +++ b/include/configs/omap3_sdp3430.h @@ -61,7 +61,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 */ @@ -293,13 +292,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 */ -  #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1  #define CONFIG_SYS_INIT_RAM_ADDR	0x4020f800  #define CONFIG_SYS_INIT_RAM_SIZE	0x800 diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 0f72ebe8e..891e6f436 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -51,7 +51,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 */ @@ -249,13 +248,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h index 98b93f8c7..4447dff00 100644 --- a/include/configs/omap3_zoom2.h +++ b/include/configs/omap3_zoom2.h @@ -53,7 +53,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 */ @@ -219,13 +218,6 @@  #define CONFIG_SYS_HZ			((V_SCLK) / (2 << CONFIG_SYS_PTV))  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using these settings - */ -#define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */ - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 277183996..ee0c4b9d9 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -49,7 +49,6 @@  #define V_OSCK			38400000	/* Clock output from T2 */  #define V_SCLK                   V_OSCK -#undef CONFIG_USE_IRQ				/* no support for IRQs */  #define CONFIG_MISC_INIT_R  #define CONFIG_OF_LIBFDT		1 @@ -207,17 +206,6 @@  #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 */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack */ -#endif - -/*   * SDRAM Memory Map   * Even though we use two CS all the memory   * is mapped to one contiguous block diff --git a/include/configs/omap5912osk.h b/include/configs/omap5912osk.h index 639d4a377..40ca9bb98 100644 --- a/include/configs/omap5912osk.h +++ b/include/configs/omap5912osk.h @@ -42,8 +42,6 @@  /* the OMAP5912 OSK has 12MHz input clock */  #define CONFIG_SYS_CLK_FREQ	12000000 -#undef CONFIG_USE_IRQ	/* we don't need IRQ/FIQ stuff */ -  #define CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs  */  #define CONFIG_SETUP_MEMORY_TAGS	1  #define CONFIG_INITRD_TAG      1       /* Required for ramdisk support */ @@ -139,17 +137,6 @@  #define CONFIG_SYS_HZ		((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PTV))  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	/* we have 1 bank of DRAM */ diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 4d6de1673..4f0a6c135 100644 --- a/include/configs/omap5_evm.h +++ b/include/configs/omap5_evm.h @@ -52,7 +52,6 @@  #define V_OSCK			19200000	/* Clock output from T2 */  #define V_SCLK	V_OSCK -#undef CONFIG_USE_IRQ	/* no support for IRQs */  #define CONFIG_MISC_INIT_R  #define CONFIG_OF_LIBFDT @@ -210,17 +209,6 @@  #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 */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack */ -#endif - -/*   * SDRAM Memory Map   * Even though we use two CS all the memory   * is mapped to one contiguous block diff --git a/include/configs/omap730p2.h b/include/configs/omap730p2.h index f1cadb25f..f24b765ee 100644 --- a/include/configs/omap730p2.h +++ b/include/configs/omap730p2.h @@ -47,8 +47,6 @@  #define CONFIG_SYS_CLK_FREQ	   13000000 -#undef CONFIG_USE_IRQ			     /* we don't need IRQ/FIQ stuff */ -  #define CONFIG_CMDLINE_TAG	   1	     /* enable passing of ATAGs	 */  #define CONFIG_SETUP_MEMORY_TAGS   1 @@ -148,18 +146,6 @@  #define CONFIG_SYS_HZ			((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PTV))  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ - -#define CONFIG_STACKSIZE	   (128*1024)	  /* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	   (4*1024)	  /* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	   (4*1024)	  /* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */ diff --git a/include/configs/origen.h b/include/configs/origen.h index 172bf1472..1ab983493 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -116,9 +116,6 @@  #define CONFIG_SYS_HZ			1000 -/* Stack sizes */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256KB */ -  /* ORIGEN has 4 bank of DRAM */  #define CONFIG_NR_DRAM_BANKS	4  #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */ @@ -136,11 +133,6 @@  #undef CONFIG_CMD_IMLS  #define CONFIG_IDENT_STRING		" for ORIGEN" -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif -  #define CONFIG_CLK_1000_400_200  /* MIU (Memory Interleaving Unit) */ diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 7abc42a4f..fe4f3c0fa 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -67,7 +67,6 @@  #define CONFIG_REVISION_TAG  #define CONFIG_CMDLINE_TAG			/* enable passing of ATAGs */  #define CONFIG_MISC_INIT_R			/* Call misc_init_r */ -#undef	CONFIG_USE_IRQ				/* don't need IRQ/FIQ stuff */  #define CONFIG_DISPLAY_BOARDINFO		/* call checkboard() */  #define CONFIG_DISPLAY_CPUINFO			/* display cpu info and speed */ @@ -274,10 +273,4 @@  #define CONFIG_SYS_MALLOC_LEN		ROUND(3 * CONFIG_ENV_SIZE + \  					128*1024, 0x1000) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -# error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/palmld.h b/include/configs/palmld.h index 70b794db0..835121ed3 100644 --- a/include/configs/palmld.h +++ b/include/configs/palmld.h @@ -130,15 +130,6 @@  #define	CONFIG_SYS_CPUSPEED		0x210		/* 416MHz ; N=2,L=16 */  /* - * Stack sizes - */ -#define	CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -#ifdef	CONFIG_USE_IRQ -#define	CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define	CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif - -/*   * DRAM Map   */  #define	CONFIG_NR_DRAM_BANKS		1		/* 1 bank of DRAM */ diff --git a/include/configs/palmtc.h b/include/configs/palmtc.h index 7cf2c63bd..bc88354c4 100644 --- a/include/configs/palmtc.h +++ b/include/configs/palmtc.h @@ -131,15 +131,6 @@  #define	CONFIG_SYS_CPUSPEED		0x161		/* 400MHz;L=1 M=3 T=1 */  /* - * Stack sizes - */ -#define	CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -#ifdef	CONFIG_USE_IRQ -#define	CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define	CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif - -/*   * DRAM Map   */  #define	CONFIG_NR_DRAM_BANKS		1		/* 1 bank of DRAM */ diff --git a/include/configs/pdnb3.h b/include/configs/pdnb3.h index 19b80d18e..1e073177e 100644 --- a/include/configs/pdnb3.h +++ b/include/configs/pdnb3.h @@ -118,17 +118,6 @@  #define CONFIG_IXP425_TIMER_CLK		66666666  #define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -/* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE        (128*1024)      /* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ    (4*1024)        /* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ    (4*1024)        /* FIQ stack */ -#endif -  /***************************************************************   * Platform/Board specific defines start here.   ***************************************************************/ diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index cdb3593c4..ecc72b72d 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -49,7 +49,6 @@  #define CONFIG_SYS_AT91_CPU_NAME	"AT91SAM9261"  #define CONFIG_PM9261		1	/* on a Ronetix PM9261 Board	*/  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_SYS_TEXT_BASE	0  #define MACH_TYPE_PM9261	1187 @@ -380,10 +379,4 @@  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_SDRAM_BASE + 0x1000 - \  				GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index d202d0ad2..b60a9ade1 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -49,7 +49,6 @@  #define CONFIG_SYS_AT91_CPU_NAME	"AT91SAM9263"  #define CONFIG_PM9263		1	/* on a Ronetix PM9263 Board	*/  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_SYS_TEXT_BASE	0  #define MACH_TYPE_PM9263	1475 @@ -412,10 +411,4 @@  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_SDRAM_BASE + 0x1000 - \  				GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index c766330bb..460933f79 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -188,10 +188,4 @@  #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_SDRAM_BASE + 0x1000 - \  				GENERATED_GBL_DATA_SIZE) -#define CONFIG_STACKSIZE		(32*1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index f143ed003..ce9e7d115 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -66,8 +66,6 @@  #define CONFIG_DOS_PARTITION	1  #define CONFIG_BOARD_LATE_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ -  /* we will never enable dcache, because we have to setup MMU first */  #define CONFIG_SYS_DCACHE_OFF @@ -252,17 +250,6 @@  #endif  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	   /* we have 1 bank of DRAM */ diff --git a/include/configs/qong.h b/include/configs/qong.h index e824e17ed..485e1b1f0 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -212,12 +212,6 @@  #define CONFIG_SYS_HUSH_PARSER			/* Use the HUSH parser */  #define CONFIG_MISC_INIT_R -/*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 16be76457..36f1a5700 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -189,9 +189,6 @@  #define CONFIG_SYS_HZ			1000 -/* Stack sizes */ -#define CONFIG_STACKSIZE	(256 << 10)	/* 256 KiB */ -  /* Goni has 3 banks of DRAM, but swap the bank */  #define CONFIG_NR_DRAM_BANKS	3  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* OneDRAM Bank #0 */ diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 721301f95..7727624c6 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -214,9 +214,6 @@  #define CONFIG_SYS_HZ			1000 -/* Stack sizes */ -#define CONFIG_STACKSIZE	(256 << 10)	/* regular stack 256KB */ -  /* Universal has 2 banks of DRAM */  #define CONFIG_NR_DRAM_BANKS	2  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* LDDDR2 DMC 0 */ diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h index 316e3fb92..4a1d25276 100644 --- a/include/configs/sbc35_a9g20.h +++ b/include/configs/sbc35_a9g20.h @@ -45,7 +45,6 @@  #define CONFIG_SYS_HZ		        1000  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG              /* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS @@ -182,10 +181,5 @@   * Size of malloc() pool   */  #define CONFIG_SYS_MALLOC_LEN	ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000) -#define CONFIG_STACKSIZE		(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif  #endif diff --git a/include/configs/scb9328.h b/include/configs/scb9328.h index 1494a2ecc..2336a8d4e 100644 --- a/include/configs/scb9328.h +++ b/include/configs/scb9328.h @@ -27,7 +27,6 @@  #define CONFIG_ARM920T		1     /* this is an ARM920T CPU	    */  #define CONFIG_IMX		1     /* in a Motorola MC9328MXL Chip */  #define CONFIG_SCB9328		1     /* on a scb9328tronix board */ -#undef	CONFIG_USE_IRQ		      /* don't need use IRQ/FIQ	   */  #define CONFIG_IMX_SERIAL  #define CONFIG_IMX_SERIAL1 @@ -100,13 +99,6 @@   */  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (128<<10) ) -#define CONFIG_STACKSIZE	(120<<10)      /* stack size		     */ - -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4<<10)	       /* IRQ stack		     */ -#define CONFIG_STACKSIZE_FIQ	(4<<10)	       /* FIQ stack		     */ -#endif -  /* SDRAM Setup Values  0x910a8300 Precharge Command CAS 3  0x910a8200 Precharge Command CAS 2 diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 8792c857c..1c0978da8 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -45,8 +45,6 @@  /* input clock of PLL (the SMDK2410 has 12MHz input clock) */  #define CONFIG_SYS_CLK_FREQ	12000000 -#undef CONFIG_USE_IRQ		/* we don't need IRQ/FIQ stuff */ -  #define CONFIG_CMDLINE_TAG	/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG @@ -149,17 +147,6 @@  #define CONFIG_LZMA  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1          /* we have 1 bank of DRAM */ diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index eb1466c52..e0a6deb0e 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -133,9 +133,6 @@  #define CONFIG_RD_LVL -/* Stack sizes */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256KB */ -  #define CONFIG_NR_DRAM_BANKS	8  #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE diff --git a/include/configs/smdk6400.h b/include/configs/smdk6400.h index 04caeef96..d4dc8ef82 100644 --- a/include/configs/smdk6400.h +++ b/include/configs/smdk6400.h @@ -141,13 +141,6 @@  #define CONFIG_SYS_HZ			1000 -/*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	0x40000		/* regular stack 256KB */ -  /**********************************   Support Clock Settings   ********************************** diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index fd9f96d46..22de3448e 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -182,13 +182,6 @@  #define CONFIG_SYS_HZ			1000 -/*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(256 << 10)	/* 256 KiB */ -  /* SMDKC100 has 1 banks of DRAM, we use only one in U-Boot */  #define CONFIG_NR_DRAM_BANKS	1  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* SDRAM Bank #1 */ diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h index 41d7780a0..602337f4d 100644 --- a/include/configs/smdkv310.h +++ b/include/configs/smdkv310.h @@ -115,9 +115,6 @@  #define CONFIG_SYS_HZ			1000 -/* Stack sizes */ -#define CONFIG_STACKSIZE		(256 << 10)	/* 256KB */ -  /* SMDKV310 has 4 bank of DRAM */  #define CONFIG_NR_DRAM_BANKS	4  #define SDRAM_BANK_SIZE		(512UL << 20UL)	/* 512 MB */ @@ -135,11 +132,6 @@  #undef	CONFIG_CMD_IMLS  #define CONFIG_IDENT_STRING		" for SMDKC210/V310" -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif -  #define CONFIG_CLK_1000_400_200  /* MIU (Memory Interleaving Unit) */ diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 8af3c02f3..218ca546b 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -40,7 +40,6 @@  /* CPU */  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS @@ -162,7 +161,6 @@  /* U-Boot memory settings */  #define CONFIG_SYS_MALLOC_LEN		(1 << 20) -#define CONFIG_STACKSIZE		(256 << 10)  /* Command line configuration */  #include <config_cmd_default.h> diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index a6d1cfbcb..192cda143 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -233,14 +233,6 @@  #define CONFIG_SYS_FLASH_EMPTY_INFO -/* Stack sizes */ -#define CONFIG_STACKSIZE			(128*1024) - -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ			(4*1024) -#define CONFIG_STACKSIZE_FIQ			(4*1024) -#endif -  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS			1  #define PHYS_SDRAM_1				0x00000000 diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 24f6f7e95..375265d47 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -48,7 +48,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			/* enable passing of ATAGs */ @@ -184,12 +183,6 @@  #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   */  #define CONFIG_NR_DRAM_BANKS	2	/* CS1 may or may not be populated */ diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 1c0d2350f..4c02f2054 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -163,13 +163,7 @@  #define CONFIG_SYS_LOAD_ADDR		(0xA00800)	/* default */  #define CONFIG_SYS_HZ			1000 -/*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */  #define CONFIG_STACKBASE	0x2800000	/* 40MB */ -#define CONFIG_STACKSIZE	0x20000		/* 128K regular stack*/  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/tnetv107x_evm.h b/include/configs/tnetv107x_evm.h index 2272ad27c..23cab88de 100644 --- a/include/configs/tnetv107x_evm.h +++ b/include/configs/tnetv107x_evm.h @@ -55,7 +55,6 @@  #define CONFIG_SYS_MEMTEST_START	PHYS_SDRAM_1  #define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1 + 16*1024*1024)  #define CONFIG_NR_DRAM_BANKS		1 -#define CONFIG_STACKSIZE		(256*1024)  #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1  #define CONFIG_SYS_INIT_RAM_SIZE	0x1000 diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index def530601..bc04a0094 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -59,7 +59,6 @@  #define CONFIG_SYS_HZ		        1000  #define CONFIG_ARCH_CPU_INIT -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG	        /* enable passing of ATAGs	*/  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG @@ -166,10 +165,4 @@   */  #define CONFIG_SYS_MALLOC_LEN	ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000) -#define CONFIG_STACKSIZE	(32 * 1024)	/* regular stack */ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/top9000.h b/include/configs/top9000.h index 1a5f68068..7cc65773b 100644 --- a/include/configs/top9000.h +++ b/include/configs/top9000.h @@ -71,7 +71,6 @@  /* Misc CPU related */  #define CONFIG_ARCH_CPU_INIT -#undef	CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS  #define CONFIG_INITRD_TAG @@ -303,9 +302,5 @@ extern void read_factory_r(void);  /* Size of malloc() pool */  #define CONFIG_SYS_MALLOC_LEN \  	ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000) -#define CONFIG_STACKSIZE		(32*1024) -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif  #endif diff --git a/include/configs/trats.h b/include/configs/trats.h index d2dfc9ff2..cadb1e9d5 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -165,9 +165,6 @@  #define CONFIG_SYS_HZ			1000 -/* Stack sizes */ -#define CONFIG_STACKSIZE		(256 << 10) /* regular stack 256KB */ -  /* TRATS has 2 banks of DRAM */  #define CONFIG_NR_DRAM_BANKS	2  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* LDDDR2 DMC 0 */ diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 56336ae19..63c98dc72 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -58,7 +58,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		/* enable passing of ATAGs */ @@ -245,9 +244,6 @@  #define CONFIG_SYS_PTV			2 /* Divisor: 2^(PTV+1) => 8 */  #define CONFIG_SYS_HZ			1000 -/* 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  */  #define CONFIG_NR_DRAM_BANKS		2 /* CS1 may or may not be populated */  #define PHYS_SDRAM_1			OMAP34XX_SDRC_CS0 diff --git a/include/configs/trizepsiv.h b/include/configs/trizepsiv.h index b4ec8f0c3..151059a93 100644 --- a/include/configs/trizepsiv.h +++ b/include/configs/trizepsiv.h @@ -46,8 +46,6 @@  #define CONFIG_BOARD_LATE_INIT  #define	CONFIG_SYS_TEXT_BASE	0x0 -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ -  /* we will never enable dcache, because we have to setup MMU first */  #define CONFIG_SYS_DCACHE_OFF @@ -178,17 +176,6 @@  #endif  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	4	   /* we have 2 banks of DRAM */ diff --git a/include/configs/tt01.h b/include/configs/tt01.h index 2b2e7fd8c..cc68a42e8 100644 --- a/include/configs/tt01.h +++ b/include/configs/tt01.h @@ -86,9 +86,6 @@  /* default load address, 1MB up the road */  #define CONFIG_SYS_LOAD_ADDR		(PHYS_SDRAM_1+0x100000) -/* The stack sizes are set up in start.S using the settings below */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Size of malloc() pool, make sure possible frame buffer fits */  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 10*1024*1024) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 682152897..c8a49bba1 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -84,7 +84,6 @@  /* 8MB DRAM test */  #define CONFIG_SYS_MEMTEST_START	PHYS_SDRAM_1  #define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1+0x0800000) -#define CONFIG_STACKSIZE	(256 * 1024)	/* regular stack */  /*   * Serial Info diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index b26efec57..1bb612826 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -178,16 +178,6 @@  #define CONFIG_SYS_I2C_GPIOE_ADDR	0x42	/* GPIO expander chip addr */  #define CONFIG_TC35892_GPIO -/* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ - -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif  /*   * Physical Memory Map diff --git a/include/configs/vct.h b/include/configs/vct.h index 0a5ce6459..b4b094952 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -47,7 +47,6 @@  #define CONFIG_SYS_MONITOR_BASE		CONFIG_SYS_TEXT_BASE  #define CONFIG_SYS_MONITOR_LEN		(256 << 10) -#define CONFIG_STACKSIZE		(256 << 10)  #define CONFIG_SYS_MALLOC_LEN		(1 << 20)  #define CONFIG_SYS_BOOTPARAMS_LEN	(128 << 10)  #define CONFIG_SYS_INIT_SP_OFFSET	0x400000 diff --git a/include/configs/versatile.h b/include/configs/versatile.h index ff23a92d9..38f5302e7 100644 --- a/include/configs/versatile.h +++ b/include/configs/versatile.h @@ -145,17 +145,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x7fc0	/* default load address */  /*----------------------------------------------------------------------- - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4 * 1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4 * 1024)	/* FIQ stack */ -#endif - -/*-----------------------------------------------------------------------   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS	1	/* we have 1 bank of DRAM */ diff --git a/include/configs/vision2.h b/include/configs/vision2.h index f3e8491fe..fba897c1e 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -177,11 +177,6 @@  #define CONFIG_SYS_HUSH_PARSER  /* - * Stack sizes - */ -#define CONFIG_STACKSIZE		(128 * 1024)	/* regular stack */ - -/*   * Physical Memory Map   */  #define CONFIG_NR_DRAM_BANKS		2 diff --git a/include/configs/vl_ma2sc.h b/include/configs/vl_ma2sc.h index 24f89c98e..e2cf4f005 100644 --- a/include/configs/vl_ma2sc.h +++ b/include/configs/vl_ma2sc.h @@ -29,7 +29,6 @@  /*--------------------------------------------------------------------------*/ -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/  #define CONFIG_ARM926EJS		/* This is an ARM926EJS Core	*/  #define CONFIG_AT91FAMILY  #define CONFIG_AT91SAM9263		/* It's an Atmel AT91SAM9263 SoC*/ @@ -379,8 +378,6 @@  	ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)  #define CONFIG_SYS_GBL_DATA_SIZE	128	/* 128 bytes for initial data */ -#define CONFIG_STACKSIZE	(32*1024)	/* regular stack */ -  #ifndef CONFIG_RAMLOAD  #define CONFIG_BOOTCOMMAND		"run nfsboot"  #endif @@ -454,10 +451,4 @@  		"erase 10060000 1007FFFF;reset\0"			\  	" " -/*--------------------------------------------------------------------------*/ - -#ifdef CONFIG_USE_IRQ -#error CONFIG_USE_IRQ not supported -#endif -  #endif diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 01f0b6ce5..424a90245 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -165,14 +165,6 @@  #define	CONFIG_SYS_HZ			1000		/* Timer @ 3250000 Hz */  #define	CONFIG_SYS_CPUSPEED		0x190		/* 312MHz */ -/* - * Stack sizes - */ -#define	CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -#ifdef	CONFIG_USE_IRQ -#define	CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define	CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif  /*   * DRAM Map diff --git a/include/configs/xaeniax.h b/include/configs/xaeniax.h index 0ed3bf4a8..e399e9501 100644 --- a/include/configs/xaeniax.h +++ b/include/configs/xaeniax.h @@ -44,12 +44,8 @@  #define CONFIG_XAENIAX		1	/* on a xaeniax board	    */  #define	CONFIG_SYS_TEXT_BASE	0x0 -  #define CONFIG_BOARD_LATE_INIT - -#undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff */ -  /* we will never enable dcache, because we have to setup MMU first */  #define CONFIG_SYS_DCACHE_OFF @@ -182,17 +178,6 @@  #define CONFIG_ENV_SIZE		0x40000			/* Total Size of Environment Sector	*/  /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE	(128*1024)	/* regular stack */ -#ifdef CONFIG_USE_IRQ -#define CONFIG_STACKSIZE_IRQ	(4*1024)	/* IRQ stack */ -#define CONFIG_STACKSIZE_FIQ	(4*1024)	/* FIQ stack */ -#endif - -/*   * SMSC91C111 Network Card   */  #define CONFIG_SMC91111		1 diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 8e6377019..8b7e05b9e 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -30,7 +30,6 @@  #define	CONFIG_SYS_TEXT_BASE	0x0  #undef	CONFIG_BOARD_LATE_INIT -#undef	CONFIG_USE_IRQ  #undef	CONFIG_SKIP_LOWLEVEL_INIT  #define	CONFIG_PREBOOT @@ -154,15 +153,6 @@ unsigned char zipitz2_spi_read(void);  #define CONFIG_SYS_CPUSPEED		0x190		/* standard setting for 312MHz; L=16, N=1.5, A=0, SDCLK!=SystemBus */  /* - * Stack sizes - */ -#define	CONFIG_STACKSIZE		(128*1024)	/* regular stack */ -#ifdef	CONFIG_USE_IRQ -#define	CONFIG_STACKSIZE_IRQ		(4*1024)	/* IRQ stack */ -#define	CONFIG_STACKSIZE_FIQ		(4*1024)	/* FIQ stack */ -#endif - -/*   * SRAM Map   */  #define	PHYS_SRAM			0x5c000000	/* SRAM Bank #1 */ diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index c9f737d42..072945ad4 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -171,6 +171,5 @@   * Size of malloc() pool   */  #define CONFIG_SYS_MALLOC_LEN		(0x400000 - 0x8000) -#define CONFIG_STACKSIZE		(32*1024)	/* regular stack */  #endif	/* __CONFIG_H */ |