Re: [U-Boot] USB unaligned problem

2010-02-01 Thread Remy Bohmer
Hi, 2010/2/1 Daniel Hellstrom : > Hi Remy, > > I experience unaligned exceptions when using the USB stack in u-boot on > SPARC/LEON. I believe that there are many places in the code that must be > updated since many structures are declared with the GCC attribute PACKED and > still use 16-bit or 32

[U-Boot] USB unaligned problem

2010-02-01 Thread Daniel Hellstrom
Hi Remy, I experience unaligned exceptions when using the USB stack in u-boot on SPARC/LEON. I believe that there are many places in the code that must be updated since many structures are declared with the GCC attribute PACKED and still use 16-bit or 32-bit fields. However, I have so far only