diff options
Diffstat (limited to 'include/configs/balloon3.h')
| -rw-r--r-- | include/configs/balloon3.h | 9 | 
1 files changed, 0 insertions, 9 deletions
| 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 */ |