* Patch by Scott McNutt, 04 Oct 2003:
[oweals/u-boot.git] / examples / Makefile
index febc501e9f694b45c7c710582f80ee62b62fdf74..90d26550b03c41f7009b2400d56f80a95e44b425 100644 (file)
@@ -37,6 +37,10 @@ ifeq ($(ARCH),mips)
 LOAD_ADDR = 0x80200000 -T mips.lds
 endif
 
+ifeq ($(ARCH),nios)
+LOAD_ADDR = 0x01000000 -L $(gcclibdir)/m32 -T nios.lds
+endif
+
 include $(TOPDIR)/config.mk
 
 SREC   = hello_world.srec