Merge lp:~liuyq0307/lava-dispatcher/fix-850983 into lp:lava-dispatcher

Proposed by Yongqin Liu
Status: Merged
Merged at revision: 114
Proposed branch: lp:~liuyq0307/lava-dispatcher/fix-850983
Merge into: lp:lava-dispatcher
Diff against target: 14 lines (+2/-3)
1 file modified
lava_dispatcher/default-config/lava-dispatcher/device-types/panda.conf (+2/-3)
To merge this branch: bzr merge lp:~liuyq0307/lava-dispatcher/fix-850983
Reviewer Review Type Date Requested Status
Paul Larson (community) Approve
Review via email: mp+75996@code.launchpad.net

Description of the change

fix the problem(Bug#850983) that home screen can not be displayed when linaro-android is deployed by lava-dispatcher on pandaboard.
Just modify the bootargs value to conform to the value that created by linaro-android-media-create

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1 Thanks for sorting that out!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/panda.conf'
2--- lava_dispatcher/default-config/lava-dispatcher/device-types/panda.conf 2011-09-07 03:46:15 +0000
3+++ lava_dispatcher/default-config/lava-dispatcher/device-types/panda.conf 2011-09-19 10:37:24 +0000
4@@ -12,8 +12,7 @@
5 fatload mmc 0:3 0x81600000 uInitrd;
6 bootm 0x80200000 0x81600000'",
7 setenv bootargs "'console=tty0 console=ttyO2,115200n8
8- rootwait rw earlyprintk fixrtc nocompcache vram=32M
9- omapfb.vram=0:8M mem=456M@0x80000000 mem=512M@0xA0000000
10- omapfb.debug=y omapfb.mode=dvi:1280x720MR-16@60
11+ rootwait rw earlyprintk fixrtc nocompcache vram=48M
12+ omapfb.vram=0:24M,1:24M mem=456M@0x80000000 mem=512M@0xA0000000
13 init=/init androidboot.console=ttyO2'",
14 boot

Subscribers

People subscribed via source and target branches