summaryrefslogtreecommitdiffstats
path: root/include/configs/r2dplus.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-17 20:48:39 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-02-02 16:18:44 +0900
commit653f985b89cecc90b4f577c1fa99d7af89a18433 (patch)
treed3c55ea8bc29293bec8952ae497cac98355558c0 /include/configs/r2dplus.h
parentdb68b703643ce85ab7fe142f2af190383e02eaa4 (diff)
downloadtalos-obmc-uboot-653f985b89cecc90b4f577c1fa99d7af89a18433.tar.gz
talos-obmc-uboot-653f985b89cecc90b4f577c1fa99d7af89a18433.zip
sh: Remove config.mk for r2dplus 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/configs/r2dplus.h')
-rw-r--r--include/configs/r2dplus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h
index 8689513fb7..5534b4992c 100644
--- a/include/configs/r2dplus.h
+++ b/include/configs/r2dplus.h
@@ -40,6 +40,7 @@
#define CONFIG_SYS_SDRAM_BASE (0x8C000000)
#define CONFIG_SYS_SDRAM_SIZE (0x04000000)
+#define CONFIG_SYS_TEXT_BASE 0x0FFC0000
#define CONFIG_SYS_LONGHELP
#define CONFIG_SYS_PROMPT "=> "
#define CONFIG_SYS_CBSIZE 256
OpenPOWER on IntegriCloud