aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-17 21:08:58 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-02-02 16:18:45 +0900
commitda8241ba9d43d9b5d4eef3cfe93f4a1acb13ce31 (patch)
treedb8da652924f7f36c4b8d731db51e63105ce0d03 /include
parent5c1877d68230f005dc734e14b02e37d544b5c742 (diff)
sh: Remove config.mk for ms7750se 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/ms7750se.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h
index 9b43acb20..16fb0d4fe 100644
--- a/include/configs/ms7750se.h
+++ b/include/configs/ms7750se.h
@@ -64,6 +64,7 @@
/* List of legal baudrate settings for this board */
#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 57600, 38400, 19200, 9600 }
+#define CONFIG_SYS_TEXT_BASE 0x8FFC0000
#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE)
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_TEXT_BASE - 0x100000)