]> git.sur5r.net Git - u-boot/blobdiff - examples/Makefile
Fixed path to sc520 SSI include file
[u-boot] / examples / Makefile
index 66b354daaf67d82dd4893f59a7050f2158afa79d..b0a8853661a61dd355428d80b684369029e48902 100644 (file)
@@ -67,6 +67,9 @@ endif
 
 ifeq ($(ARCH),sh)
 LOAD_ADDR = 0x8C000000
+ifeq ($(CPU),sh2)
+BIG_ENDIAN=y
+endif
 endif
 
 ifeq ($(ARCH),sparc)