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:
parent
2c1157df46
commit
18a65af408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user