Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Fix CONFIG_BAUDRATE setting

2012-07-23 Thread Nobuhiro Iwamatsu
Hi, Applied to rmobile branch. Best regards, Nobuhiro 2012/7/20 Tetsuyuki Kobayshi : > From: Tetsuyuki Kobayashi > > The value of CONFIG_BAUDRATE is treated as string and put as initial value of > environment variable. If it begin with '(', it is wrongly parsed to 0 in > number. So I remove

[U-Boot] [PATCH] arm: rmobile: kzm9g: Fix CONFIG_BAUDRATE setting

2012-07-19 Thread Tetsuyuki Kobayshi
From: Tetsuyuki Kobayashi The value of CONFIG_BAUDRATE is treated as string and put as initial value of environment variable. If it begin with '(', it is wrongly parsed to 0 in number. So I removed '(' and ')'. Signed-off-by: Tetsuyuki Kobayashi --- Hi, Iwamatsu-san This is a kind of regress