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