diff options
Diffstat (limited to 'include/configs/zmx25.h')
| -rw-r--r-- | include/configs/zmx25.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index c9f737d42..447683a49 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -28,7 +28,6 @@ #define CONFIG_ARM926EJS /* arm926ejs CPU core */ #define CONFIG_MX25 -#define CONFIG_MX25_CLK32 32768 /* OSC32K frequency */ #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_TEXT_BASE 0xA0000000 @@ -171,6 +170,5 @@ * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (0x400000 - 0x8000) -#define CONFIG_STACKSIZE (32*1024) /* regular stack */ #endif /* __CONFIG_H */ |