diff options
Diffstat (limited to 'include/configs/tx25.h')
| -rw-r--r-- | include/configs/tx25.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 682152897..71b1d326d 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -84,7 +84,6 @@  /* 8MB DRAM test */  #define CONFIG_SYS_MEMTEST_START	PHYS_SDRAM_1  #define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1+0x0800000) -#define CONFIG_STACKSIZE	(256 * 1024)	/* regular stack */  /*   * Serial Info @@ -108,7 +107,6 @@  /* NAND */  #define CONFIG_NAND_MXC -#define CONFIG_NAND_MXC_V1_1  #define CONFIG_MXC_NAND_REGS_BASE	(0xBB000000)  #define CONFIG_SYS_MAX_NAND_DEVICE	1  #define CONFIG_SYS_NAND_BASE		(0xBB000000) |