]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mx25pdk.h
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / include / configs / mx25pdk.h
index efca2875397e7b7b51428c4a678463ee899fcbc7..96c143efb97bd6396aa48c259023668607e5afc1 100644 (file)
@@ -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