diff options
| author | Wolfgang Denk <[email protected]> | 2008-04-13 09:21:00 -0700 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-04-13 09:21:00 -0700 |
| commit | 58a3cbbf24ec910d2b75551002efcf2838577898 (patch) | |
| tree | 1c81477ced7570626dddba97366b3f5c6c0c0ec1 /examples/Makefile | |
| parent | 950a392464e616b4590bc4501be46e2d7d162dea (diff) | |
| parent | ab68f921d9c741830f721c3d879c13a0c5597183 (diff) | |
Merge branch 'master' of git://www.denx.de/git/u-boot-sparc
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index c5d629b68ad..66b354daaf6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 |
