ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
[platform/kernel/u-boot.git] / examples / Makefile
index c5d629b..66b354d 100644 (file)
@@ -69,6 +69,9 @@ ifeq ($(ARCH),sh)
 LOAD_ADDR = 0x8C000000
 endif
 
+ifeq ($(ARCH),sparc)
+LOAD_ADDR = 0x00000000 -L $(gcclibdir) -T sparc.lds
+endif
 
 include $(TOPDIR)/config.mk