Re: [U-Boot] [PATCH] USB: fix Queue Element Transfer Descriptor changes

2010-10-21 Thread Remy Bohmer
Hi, 2010/10/20 Wolfgang Denk w...@denx.de: Commit 3ed1607 USB: sync Queue Element Transfer Descriptor against EHCI spec added an __attribute__ ((aligned (32))) to the declaration of struct qTD, as used for example in the Linux kernel as well. However, it turns out that this attribute causes

[U-Boot] [PATCH] USB: fix Queue Element Transfer Descriptor changes

2010-10-20 Thread Wolfgang Denk
Commit 3ed1607 USB: sync Queue Element Transfer Descriptor against EHCI spec added an __attribute__ ((aligned (32))) to the declaration of struct qTD, as used for example in the Linux kernel as well. However, it turns out that this attribute causes errors in usb start (like ERROR: NOT