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