summaryrefslogtreecommitdiffstats
path: root/board/renesas/sh7763rdp/config.mk
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-10-24 10:36:13 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-10-31 23:04:38 +0900
commit78385bf2359d828184d0b3649f7ae6b933420000 (patch)
tree5db40fb55aa2febc85a828c62ad730353846223c /board/renesas/sh7763rdp/config.mk
parentc6525d459c350bfc246ea7826456af77e1e314eb (diff)
downloadtalos-obmc-uboot-78385bf2359d828184d0b3649f7ae6b933420000.tar.gz
talos-obmc-uboot-78385bf2359d828184d0b3649f7ae6b933420000.zip
sh: sh7763rdp: Moved sh7763rdp board to board/renesas
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/sh7763rdp/config.mk')
-rw-r--r--board/renesas/sh7763rdp/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/renesas/sh7763rdp/config.mk b/board/renesas/sh7763rdp/config.mk
new file mode 100644
index 0000000000..c52dbfd7b0
--- /dev/null
+++ b/board/renesas/sh7763rdp/config.mk
@@ -0,0 +1,11 @@
+#
+# board/sh7763rdp/config.mk
+#
+# TEXT_BASE refers to image _after_ relocation.
+#
+# NOTE: Must match value used in u-boot.lds (in this directory).
+#
+
+TEXT_BASE = 0x8FFC0000
+
+# PLATFORM_CPPFLAGS += -DCONFIG_MULTIBOOT
OpenPOWER on IntegriCloud