diff options
author | wdenk <wdenk> | 2002-11-19 23:01:07 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-19 23:01:07 +0000 |
commit | b2184c314de0af9788ce505b413030d2114cfa4a (patch) | |
tree | fd167faf0174a2e7ec1bb775b78952478fab391a /board/trab | |
parent | 0ae1175bb2ee24cce54df634761993b363ce888f (diff) | |
download | u-boot-imx-b2184c314de0af9788ce505b413030d2114cfa4a.zip u-boot-imx-b2184c314de0af9788ce505b413030d2114cfa4a.tar.gz u-boot-imx-b2184c314de0af9788ce505b413030d2114cfa4a.tar.bz2 |
* Patch by Daniel Engström, 18 Nov 2002:
Fixes for x86 port (mostly strings issues)
* Patch by Ken Chou, 18 Nov 2002:
Fix for natsemi NIC cards (DP83815)
* Patch by Pierre Aubert, 19 Nov 2002:
fix a bug for the MII configuration, and some warnings
Diffstat (limited to 'board/trab')
-rw-r--r-- | board/trab/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/trab/u-boot.lds b/board/trab/u-boot.lds index 59834af..92a369f 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/_udivsi3.o (.text) lib_arm/_umodsi3.o (.text) lib_generic/zlib.o (.text) lib_generic/crc32.o (.text) |