X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FMakefile;h=b198048973e84ab9f9e1f6f82e048136cda05864;hb=7a635e004ec12bd2a0bae9f90fbb5769b524a42e;hp=a244d24680aa6809dadc231f72ce46b2ab403dec;hpb=f8c3b4f310a36e19d00d0f87fb37587abb65621d;p=platform%2Fkernel%2Fu-boot.git diff --git a/examples/Makefile b/examples/Makefile index a244d24..b198048 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -53,6 +53,10 @@ ifeq ($(ARCH),microblaze) LOAD_ADDR = 0x80F00000 endif +ifeq ($(ARCH),blackfin) +LOAD_ADDR = 0x1000 +endif + include $(TOPDIR)/config.mk SREC = hello_world.srec @@ -73,6 +77,11 @@ SREC += sched.srec BIN += sched.bin sched endif +ifeq ($(ARCH),blackfin) +SREC += smc91111_eeprom.srec +BIN += smc91111_eeprom.bin smc91111_eeprom +endif + # The following example is pretty 8xx specific... ifeq ($(CPU),mpc8xx) SREC += timer.srec