summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-04-21 18:24:18 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:26 -0400
commit17a111859bc6d506b3df75e5ee4bad61b1067ba8 (patch)
treef2c20d64ff6eb7e7f04eec55ab0830b470f2fabc
parentf322538289720ecf525fb69d8d283d282cc8828e (diff)
U-Boot: DA850: Fix default bootargs for Linux.
1) Change ttyS0 to ttyS2 2) Use ramdisk as the default filesystem
-rw-r--r--include/configs/da850_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/da850_evm.h b/include/configs/da850_evm.h
index 52f945116e..68104e3996 100644
--- a/include/configs/da850_evm.h
+++ b/include/configs/da850_evm.h
@@ -195,7 +195,7 @@
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_BOOTCOMMAND ""
-#define CONFIG_BOOTARGS "mem=32M console=ttyS0,115200n8"
+#define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,4M ip=dhcp"
#define CONFIG_BOOTDELAY 3
/*=================*/