summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2010-02-17 14:54:27 +0530
committerSudhakar Rajashekhara <sudhakar.raj@ti.com>2010-02-24 09:54:28 +0530
commitf78d8b3ea54daa5560cf531f3192c5b9fe08e8b9 (patch)
treeb1daa56901ea5516e58fb5db37e15972f200f189
parentc7159a07ed980fddf6b804864fff872aff279dce (diff)
da8xx/omap-l1xx: Modify default bootargs and bootcmd
Starting from kernel 2.6.24 'rootwait' can be used to wait for the rootdevice to become ready, this is preferred over choosing a random delay. In the case of da8xx/omap-l1xx the delay is dependant on the MMC card present and can take more than 10 seconds in some cases. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--include/configs/da830evm.h4
-rw-r--r--include/configs/da850evm.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index 135d23602e..9ea82c0ff0 100644
--- a/include/configs/da830evm.h
+++ b/include/configs/da830evm.h
@@ -189,8 +189,8 @@
#define LINUX_BOOT_PARAM_ADDR (CONFIG_SYS_MEMTEST_START + 0x100)
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,4M ip=off"
-#define CONFIG_BOOTCOMMAND "sf probe 0;sf read 0xc0700000 0x60000 0x220000;tftp 0xc1180000 ramdisk-base.gz;bootm 0xc0700000"
+#define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 root=/dev/mmcblk0p1 rw rootwait ip=off"
+#define CONFIG_BOOTCOMMAND "sf probe 0;sf read 0xc0700000 0x60000 0x220000;bootm 0xc0700000"
#define CONFIG_BOOTDELAY 3
/*
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index 94f7039744..288843ba6a 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -192,8 +192,8 @@
#define LINUX_BOOT_PARAM_ADDR (CONFIG_SYS_MEMTEST_START + 0x100)
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,4M ip=off"
-#define CONFIG_BOOTCOMMAND "sf probe 0;sf read 0xc0700000 0x80000 0x200000;sf read 0xc1180000 0x280000 0x300000;bootm 0xc0700000"
+#define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 root=/dev/mmcblk0p1 rw rootwait ip=off"
+#define CONFIG_BOOTCOMMAND "sf probe 0;sf read 0xc0700000 0x80000 0x220000;bootm 0xc0700000"
#define CONFIG_BOOTDELAY 3
/*