diff options
Diffstat (limited to 'board')
| -rw-r--r-- | board/qemu-mips/README | 2 | ||||
| -rw-r--r-- | board/trab/Makefile | 1 | ||||
| -rw-r--r-- | board/trab/u-boot.lds | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/board/qemu-mips/README b/board/qemu-mips/README index 4c1f8edc9..565241b58 100644 --- a/board/qemu-mips/README +++ b/board/qemu-mips/README @@ -2,7 +2,7 @@ By Vlad Lungu vlad.lungu@windriver.com 2007-Oct-01 ---------------------------------------- Qemu is a full system emulator. See -http://fabrice.bellard.free.fr/qemu +http://www.nongnu.org/qemu/ Limitations & comments ---------------------- diff --git a/board/trab/Makefile b/board/trab/Makefile index 2afad888d..27d75f3a0 100644 --- a/board/trab/Makefile +++ b/board/trab/Makefile @@ -49,7 +49,6 @@ $(obj)trab_fkt.srec: $(OBJS_FKT) $(LIB) $(LD) -g -Ttext $(LOAD_ADDR) -o $(<:.o=) -e trab_fkt $^ $(LIB) \ -L$(obj)../../examples/standalone -lstubs \ -L$(obj)../../lib_generic -lgeneric \ - $(obj)../../lib_arm/div0.o \ $(PLATFORM_LIBS) $(OBJCOPY) -O srec $(<:.o=) $@ diff --git a/board/trab/u-boot.lds b/board/trab/u-boot.lds index d8bcfa40b..c3d5c49a9 100644 --- a/board/trab/u-boot.lds +++ b/board/trab/u-boot.lds @@ -33,7 +33,6 @@ SECTIONS .text : { cpu/arm920t/start.o (.text) - lib_arm/_umodsi3.o (.text) lib_generic/zlib.o (.text) lib_generic/crc32.o (.text) lib_generic/string.o (.text) |