X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=examples%2FMakefile;h=71a8c7f3ab9e7dda5cb91d801fd96ee62ee0c11e;hb=8ba132cab18ae438b6dd5b0214c28a8fc0d976e5;hp=423a79b2dd5a547c1a2e5db5d780e277aa86895f;hpb=83dc830b1693252d996bda920cd5f3161d7c64a9;p=karo-tx-uboot.git diff --git a/examples/Makefile b/examples/Makefile index 423a79b2dd..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 @@ -86,10 +91,14 @@ BIN += sched.bin endif ifeq ($(ARCH),blackfin) +ifneq ($(BOARD),bf537-stamp) +ifneq ($(BOARD),bf537-pnav) ELF += smc91111_eeprom SREC += smc91111_eeprom.srec BIN += smc91111_eeprom.bin endif +endif +endif # The following example is pretty 8xx specific... ifeq ($(CPU),mpc8xx)