
16 Dec
2011
16 Dec
'11
9:02 p.m.
Hi,
2011/12/16 Simon Glass sjg@chromium.org:
On Tue, Dec 13, 2011 at 10:16 PM, Igor Grinberg grinberg@compulab.co.il wrote:
There is no benefit in using u8, so switch to unsigned to reduce the binary image size (by 20 bytes).
Signed-off-by: Igor Grinberg grinberg@compulab.co.il Acked-by: Simon Glass sjg@chromium.org
Looks good thanks
v2: no functional changes - fix typos in the commit message and add Simon's ack.
drivers/usb/ulpi/ulpi.c | 10 +++++----- include/usb/ulpi.h | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-)
Applied to u-boot-usb.
Thanks.
Remy