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>
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index bd157d9..14f088f 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -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