diff options
Diffstat (limited to 'include/configs/tt01.h')
| -rw-r--r-- | include/configs/tt01.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/configs/tt01.h b/include/configs/tt01.h index 2b2e7fd8c..f46efa55f 100644 --- a/include/configs/tt01.h +++ b/include/configs/tt01.h @@ -31,8 +31,6 @@  /* High Level Configuration Options */  #define CONFIG_ARM1136  #define CONFIG_MX31 -#define CONFIG_MX31_HCLK_FREQ	26000000 -#define CONFIG_MX31_CLK32	32768  #define CONFIG_DISPLAY_CPUINFO  #define CONFIG_DISPLAY_BOARDINFO @@ -86,9 +84,6 @@  /* default load address, 1MB up the road */  #define CONFIG_SYS_LOAD_ADDR		(PHYS_SDRAM_1+0x100000) -/* The stack sizes are set up in start.S using the settings below */ -#define CONFIG_STACKSIZE	(128 * 1024)	/* regular stack */ -  /* Size of malloc() pool, make sure possible frame buffer fits */  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 10*1024*1024) |