Re: [U-Boot] [PATCH] pxa: fix compiler warnings about unused variables

2013-06-25 Thread Marek Vasut
Dear Mike Dunn, Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a pxa build. Please split them, so the USB part can go through u-boot-usb and the MTD part through MTD or PXA tree. Best regards, Marek Vasut

[U-Boot] [PATCH] pxa: fix compiler warnings about unused variables

2013-06-24 Thread Mike Dunn
Newer gcc versions warn about unused variables. This patch corrects a few of those warnings that popped up in a pxa build. Signed-off-by: Mike Dunn miked...@newsguy.com --- drivers/mtd/nand/docg4_spl.c| 15 +++ drivers/usb/gadget/pxa27x_udc.c | 14 +- 2 files