~tyler-baker/lava-dispatcher/aemv8-integration

« back to all changes in this revision

Viewing changes to lava_dispatcher/default-config/lava-dispatcher/device-types/arndale.conf

  • Committer: Tyler Baker
  • Date: 2013-08-16 18:43:12 UTC
  • Revision ID: tyler.baker@linaro.org-20130816184312-8xg4qsw0xeur5c2q
Add boot_cmds_oe for arndale

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    setenv bootargs "'console=tty0 console=ttySAC2,115200n8 androidboot.hardware=exynos5250-arndale rootwait ro rootdelay=3 init=/init androidboot.console=ttySAC2 console=ttySAC2'",
30
30
    boot
31
31
 
 
32
boot_cmds_oe = mmc rescan,
 
33
    mmc part 0,
 
34
    setenv bootcmd "'fatload mmc 0:5 0x40007000 uImage; fatload mmc 0:5 0x41f00000 board.dtb; bootm 0x40007000 - 0x41f00000'",
 
35
    setenv bootargs "'console=ttySAC2,115200n8  root=/dev/mmcblk1p6 rootwait ro'",
 
36
    boot
 
37
 
32
38
boot_cmds_tftp =
33
39
    setenv autoload no,
34
40
    setenv pxefile_addr_r "'0x50000000'",