arm: rmobile: kzm9g: Fix CONFIG_BAUDRATE setting

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 <koba@kmckk.co.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Tetsuyuki Kobayashi 2012-07-19 16:16:08 +00:00 committed by Albert ARIBAUD
parent 2c1157df46
commit 18a65af408
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#define CONFIG_CMD_FAT
#define CONFIG_CMD_BOOTZ
#define CONFIG_BAUDRATE (115200)
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTARGS "root=/dev/null console=ttySC4,115200"
#define CONFIG_INTEGRATOR
#define CONFIG_ARCH_CINTEGRATOR