summaryrefslogtreecommitdiffstats
path: root/include/configs/mimc200.h
diff options
context:
space:
mode:
authorMark Jackson <mpfj@mimc.co.uk>2008-10-03 11:48:57 +0100
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-10-05 21:43:49 +0200
commita69a42338dd25408f9fd5390a83bc501749c7e1b (patch)
tree976bf2c30d4ecca611a06c18126441ec5ad0cc33 /include/configs/mimc200.h
parent8fd4166c467a46773f80208bda1ec3b4757747bc (diff)
downloadblackbird-obmc-uboot-a69a42338dd25408f9fd5390a83bc501749c7e1b.tar.gz
blackbird-obmc-uboot-a69a42338dd25408f9fd5390a83bc501749c7e1b.zip
MIMC200 board now uses CONFIG_DISABLE_CONSOLE
Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE. Also fixed default uImage location. Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'include/configs/mimc200.h')
-rw-r--r--include/configs/mimc200.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h
index da307aca2d..0345b4af05 100644
--- a/include/configs/mimc200.h
+++ b/include/configs/mimc200.h
@@ -74,12 +74,12 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTARGS \
- "console=ttyS0 root=/dev/mtdblock1 fbmem=600k rootfstype=jffs2"
+ "root=/dev/mtdblock1 rootfstype=jffs2 console=ttyS1"
#define CONFIG_BOOTCOMMAND \
- "fsload; bootm"
+ "fsload boot/uImage; bootm"
#define CONFIG_SILENT_CONSOLE 1 /* enable silent startup */
-#define CONFIG_SILENT_CONSOLE_INPUT 1 /* disable console inputs */
+#define CONFIG_DISABLE_CONSOLE 1 /* disable console */
#define CFG_DEVICE_NULLDEV 1 /* include nulldev device */
/*
OpenPOWER on IntegriCloud