summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 22:48:33 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 22:48:33 +0900
commit6ad43d0dd86b612895ddc7f480eb6cdfe793adf9 (patch)
treea6139313961a40af786cdf43dceef92660400750 /examples
parent0d53a47dc0737b6aa3a39caee21410c169441ae5 (diff)
downloadtalos-obmc-uboot-6ad43d0dd86b612895ddc7f480eb6cdfe793adf9.tar.gz
talos-obmc-uboot-6ad43d0dd86b612895ddc7f480eb6cdfe793adf9.zip
sh: Add support SH2/SH2A which is CPU of Renesas Technology
Add support SH2/SH2A basic function. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 66b354daaf..b0a8853661 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -67,6 +67,9 @@ endif
ifeq ($(ARCH),sh)
LOAD_ADDR = 0x8C000000
+ifeq ($(CPU),sh2)
+BIG_ENDIAN=y
+endif
endif
ifeq ($(ARCH),sparc)
OpenPOWER on IntegriCloud