[U-Boot-Users] bugs seized in rtl8139.c
Wolfgang Denk
wd at denx.de
Thu Oct 11 22:03:12 CEST 2007
In message <200710112210310317842 at gmail.com> you wrote:
>
> Base version of U-Boot is 1.1.1
Ancient. Forget it.
> 1. L482:
> rx_status = *(unsigned int*)KSEG1ADDR((rx_ring + ring_offs));
> Change to:
> rx_status = *(unsigned int*)le_to_cpu(rx_ring + ring_offs);
> For "le_to_cpu", the following head files should be included:
> #include <linux/byteorder/big_endian.h>
> #include <linux/byteorder/generic.h>
Argh... please provide a proper patch. See
http://www.denx.de/wiki/UBoot/Patches
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Wenn das dann in die Hose geht, nehme ich es auf meine Kappe.
-- Rudi Völler, 15. Nov 2003
More information about the U-Boot
mailing list