]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
Add AVR32 architecture support
[karo-tx-uboot.git] / examples / Makefile
index 680fe75d921ac5dcf1c6da7a685721f970ffeac4..423a79b2dd5a547c1a2e5db5d780e277aa86895f 100644 (file)
@@ -57,6 +57,10 @@ ifeq ($(ARCH),blackfin)
 LOAD_ADDR = 0x1000
 endif
 
+ifeq ($(ARCH),avr32)
+LOAD_ADDR = 0x00000000
+endif
+
 include $(TOPDIR)/config.mk
 
 ELF    = hello_world