diff options
Diffstat (limited to 'include/configs/mx25pdk.h')
| -rw-r--r-- | include/configs/mx25pdk.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index efca28753..96c143efb 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -17,7 +17,6 @@  /* High Level Configuration Options */ -#define CONFIG_MX25_CLK32		32768	/* OSC32K frequency */  #define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_TEXT_BASE		0x81200000 @@ -49,9 +48,6 @@  #define CONFIG_SYS_MEMTEST_START	(PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE/2)  #define CONFIG_SYS_MEMTEST_END		(PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE) -/* Stack sizes */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Serial Info */  #define CONFIG_MXC_UART  #define CONFIG_MXC_UART_BASE	UART1_BASE |