diff options
Diffstat (limited to 'include/configs/mx51evk.h')
| -rw-r--r-- | include/configs/mx51evk.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 8864f3ab7..b6868b244 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -28,10 +28,9 @@ /* High Level Configuration Options */ #define CONFIG_MX51 /* in a mx51 */ -#define CONFIG_SKIP_RELOCATE_UBOOT -#define CONFIG_MX51_HCLK_FREQ 24000000 /* RedBoot says 26MHz */ -#define CONFIG_MX51_CLK32 32768 +#define CONFIG_SYS_MX5_HCLK 24000000 +#define CONFIG_SYS_MX5_CLK32 32768 #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO @@ -52,7 +51,6 @@ */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) /* size in bytes reserved for initial data */ -#define CONFIG_SYS_GBL_DATA_SIZE 128 #define BOARD_LATE_INIT |