Re: [U-Boot] [PATCH v2] usb.h: use standard __LITTLE_ENDIAN from Linux headers

2009-01-04 Thread Remy Bohmer
Hello Mike, 2009/1/2 Mike Frysinger : > Rather than forcing people to define a custom "LITTLEENDIAN", just use the > __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is > already setting up. > > Signed-off-by: Mike Frysinger > --- > v1 >- convert more usb LITTLEENDIAN

[U-Boot] [PATCH v2] usb.h: use standard __LITTLE_ENDIAN from Linux headers

2009-01-01 Thread Mike Frysinger
Rather than forcing people to define a custom "LITTLEENDIAN", just use the __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is already setting up. Signed-off-by: Mike Frysinger --- v1 - convert more usb LITTLEENDIAN users common/usb_storage.c|2 -- cp