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

2013-06-30 Thread Sonic Zhang
Hi Axel, On Sat, Jun 29, 2013 at 8:34 AM, Axel Lin axel@ingics.com 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

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

2013-06-30 Thread Axel Lin
2013/7/1 Sonic Zhang sonic@gmail.com: Hi Axel, On Sat, Jun 29, 2013 at 8:34 AM, Axel Lin axel@ingics.com 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.

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

2013-06-30 Thread Sonic Zhang
Hi Axel, On Mon, Jul 1, 2013 at 12:11 PM, Axel Lin axel@ingics.com wrote: 2013/7/1 Sonic Zhang sonic@gmail.com: Hi Axel, On Sat, Jun 29, 2013 at 8:34 AM, Axel Lin axel@ingics.com wrote: Current code uses gd-baudrate before setting its value. Besides, I got below build warning

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

2013-06-29 Thread Marek Vasut
Dear 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

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

2013-06-29 Thread Axel Lin
2013/6/29 Marek Vasut ma...@denx.de: Dear 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

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

2013-06-28 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]