commit | 238ce70563701c31be1cc5fbf86b2ae70514eeba | [log] [tgz] |
---|---|---|
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | Thu Jul 19 16:16:08 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Oct 03 02:04:23 2012 +0200 |
tree | d1f86540030eadc44a1cd1d615b39382d4dbb3b3 | |
parent | a9aef3b9431d64d8446a4a164ef8ff7f821ec54c [diff] |
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>