diff options
author | wdenk <wdenk> | 2004-05-19 21:33:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-05-19 21:33:14 +0000 |
commit | e4cc71aa4403c82f0b3e89087024f83832ece9ec (patch) | |
tree | 48c8295c714dfbfe7be70796c87b41c2065f166f /examples/Makefile | |
parent | 10767ccb86e0413633e7d89fbbb354014288b036 (diff) | |
download | talos-obmc-uboot-e4cc71aa4403c82f0b3e89087024f83832ece9ec.tar.gz talos-obmc-uboot-e4cc71aa4403c82f0b3e89087024f83832ece9ec.zip |
Patch by Scott McNutt, 25 Apr 2004:
Add Nios GDB/JTAG Console support:
- Add stubs to support gdb via JTAG.
- Add support for console over JTAG.
- Minor cleanup.
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index f6b127bfed..3229303aaa 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -38,7 +38,7 @@ LOAD_ADDR = 0x80200000 -T mips.lds endif ifeq ($(ARCH),nios) -LOAD_ADDR = 0x01000000 -L $(gcclibdir)/m32 -T nios.lds +LOAD_ADDR = 0x00800000 -L $(gcclibdir)/m32 -T nios.lds endif ifeq ($(ARCH),m68k) |