diff options
Diffstat (limited to 'include/configs/calimain.h')
| -rw-r--r-- | include/configs/calimain.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/calimain.h b/include/configs/calimain.h index e31e40b9f..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 @@ -352,6 +351,7 @@  #define CONFIG_SYS_INIT_SP_ADDR		(0x8001ff00)  #define CONFIG_BOOTCOUNT_LIMIT +#define CONFIG_SYS_BOOTCOUNT_LE		/* Use little-endian accessors */  #define CONFIG_SYS_BOOTCOUNT_ADDR	DAVINCI_RTC_BASE  #ifndef __ASSEMBLY__ |