diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-01-17 21:13:49 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-02-02 16:18:45 +0900 |
commit | b825696251419a61376f3074a96c40f5d4a2a7c7 (patch) | |
tree | 381929ee97024113567afa0057c5b5809b8855b8 /include | |
parent | da8241ba9d43d9b5d4eef3cfe93f4a1acb13ce31 (diff) |
sh: Remove config.mk for mpr2 board
Move CONFIG_SYS_TEXT_BASE to the board's config file, and remove the
unnecessary config.mk file.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mpr2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h index 311f524024d..f32899f47d3 100644 --- a/include/configs/mpr2.h +++ b/include/configs/mpr2.h @@ -58,6 +58,8 @@ #define CONFIG_SYS_MONITOR_LEN (128 * 1024) #define CONFIG_SYS_MALLOC_LEN (256 * 1024) +#define CONFIG_SYS_TEXT_BASE 0x8FFC0000 + /* Memory */ #define CONFIG_SYS_SDRAM_BASE 0x8C000000 #define CONFIG_SYS_SDRAM_SIZE (64 * 1024 * 1024) |