diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-08-11 14:49:09 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2012-09-01 16:21:53 +0200 |
commit | f1273f11433ef4803d5eb88f1ec26986c99094c7 (patch) | |
tree | f78398d712828049334a97008bc06f61aaf8eacc /board/blackstamp | |
parent | b7006958ea367394e39e82532317a44491ed52ac (diff) | |
download | u-boot-imx-f1273f11433ef4803d5eb88f1ec26986c99094c7.zip u-boot-imx-f1273f11433ef4803d5eb88f1ec26986c99094c7.tar.gz u-boot-imx-f1273f11433ef4803d5eb88f1ec26986c99094c7.tar.bz2 |
USB: Fix strict aliasing in ohci-hcd
commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8
USB: Fix complaints about strict aliasing in OHCI-HCD
tried to fix this, but gcc4.4 still complains. So, this
patch basically reverts the above and does a simpler fix.
also, the above commit incorrectly changed
/* corresponds to data_buf[4-7] */
datab [1] = 0;
to
/* corresponds to databuf.u8[4-7] */
databuf.u8[1] = 0;
This patch also fixes that.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'board/blackstamp')
0 files changed, 0 insertions, 0 deletions