* Patch by Yasushi Shoji, 07 Apr 2004:
  - add support for microblaze processors
  - add support for AtmarkTechno "suzaku" board
diff --git a/examples/Makefile b/examples/Makefile
index 6bd10b5..f6b127b 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -45,6 +45,10 @@
 LOAD_ADDR = 0x20000  -L $(clibdir)
 endif
 
+ifeq ($(ARCH),microblaze)
+LOAD_ADDR = 0x80F00000
+endif
+
 include $(TOPDIR)/config.mk
 
 SREC	= hello_world.srec