summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjunathappa, Prakash <prakash.pm@ti.com>2012-06-27 12:31:24 +0530
committerManjunathappa, Prakash <prakash.pm@ti.com>2012-06-27 12:39:15 +0530
commita2992f50a4a711c919d17b22f32183111e4c7570 (patch)
tree5746817804294ef7eaeb1580cf5c187a99d2d8a5
parent17b2f88ad01c27ed9676dd8d5131f23c8c94e94e (diff)
da850/omap-l138: Modify the bootargs and bootcmd to boot from MMC/SPI
Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
-rw-r--r--include/configs/da850evm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index 4bb47f7e51..ea022efa21 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -300,8 +300,8 @@
#define CONFIG_CMDLINE_TAG
#define CONFIG_REVISION_TAG
#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_BOOTARGS \
- "mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp"
+#define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off"
+#define CONFIG_BOOTCOMMAND "if mmc rescan 0; then if fatload mmc 0 0xc0600000 boot.scr; then source 0xc0600000; else fatload mmc 0 0xc0700000 uImage; bootm c0700000; fi; else sf probe 0; sf read 0xc0700000 0x80000 0x220000; bootm 0xc0700000; fi"
#define CONFIG_BOOTDELAY 3
#define CONFIG_EXTRA_ENV_SETTINGS "hwconfig=dsp:wake=yes"