Re: [U-Boot] [PATCH v2] blackfin: Fix using gd->baudrate before setting its value

2013-07-14 Thread Zhang, Sonic
PATCH v2] blackfin: Fix using gd->baudrate before >setting >its value > >2013/7/1 Sonic Zhang : >> Acked-by: Sonic Zhang > >hi Sonic, >I thought you will pick up this patch, but now I got your ACK and I have no >idea >who will take this patch. > >Just wonder

Re: [U-Boot] [PATCH v2] blackfin: Fix using gd->baudrate before setting its value

2013-07-14 Thread Axel Lin
2013/7/1 Sonic Zhang : > Acked-by: Sonic Zhang hi Sonic, I thought you will pick up this patch, but now I got your ACK and I have no idea who will take this patch. Just wondering if this patch should be applied for v2013.07? Regards, Axel ___ U-Boot ma

Re: [U-Boot] [PATCH v2] blackfin: Fix using gd->baudrate before setting its value

2013-07-01 Thread Sonic Zhang
Acked-by: Sonic Zhang On Mon, Jul 1, 2013 at 1:16 PM, Axel Lin wrote: > Current code uses gd->baudrate before setting its value. > Besides, I got below build warning which is introduced by > commit ddb5c5be "blackfin: add baudrate to bdinfo". > > board.c:235:3: warning: passing argument 1 of 'sim

[U-Boot] [PATCH v2] blackfin: Fix using gd->baudrate before setting its value

2013-06-30 Thread Axel Lin
Current code uses gd->baudrate before setting its value. Besides, I got below build warning which is introduced by commit ddb5c5be "blackfin: add baudrate to bdinfo". board.c:235:3: warning: passing argument 1 of 'simple_strtoul' makes pointer from integer without a cast [enabled by default] incl