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