Searched hist:"898 d686eead1df09970757dfd469b659d5a208be" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | config.c | diff 898d686eead1df09970757dfd469b659d5a208be Wed Sep 11 05:24:48 CDT 2013 Troy Kisky <troy.kisky@boundarydevices.com> usb: gadget: config: fix unaligned access issues
As seen with codesourcery compiler 2010q1, the buf pointer in usb_request structure is not aligned on 4 bytes boundary causing data aborts in eth_setup -> conf_buf -> usb_gadget_config_buf. Make it as align access to fix this issue.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> [voice.shen@atmel.com: add commit message] Signed-off-by: Bo Shen <voice.shen@atmel.com>
|