X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=examples%2FMakefile;h=71a8c7f3ab9e7dda5cb91d801fd96ee62ee0c11e;hb=8ba132cab18ae438b6dd5b0214c28a8fc0d976e5;hp=e9b4974be4923120f0aa86db28b7db10c4bd7157;hpb=6db7d0af2336c126e4d4b2f248cc23516bdd46a8;p=karo-tx-uboot.git diff --git a/examples/Makefile b/examples/Makefile index e9b4974be4..71a8c7f3ab 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -61,6 +61,11 @@ ifeq ($(ARCH),avr32) LOAD_ADDR = 0x00000000 endif +ifeq ($(ARCH),sh) +LOAD_ADDR = 0x8C000000 +endif + + include $(TOPDIR)/config.mk ELF = hello_world