diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 663: remove overrides for image_boot_msg, the default should work everywhere

Message ID 20130903214827.5927.36828.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Antonio Terceiro Sept. 3, 2013, 9:48 p.m. UTC
------------------------------------------------------------
revno: 663
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: trunk
timestamp: Tue 2013-09-03 18:46:48 -0300
message:
  remove overrides for image_boot_msg, the default should work everywhere
modified:
  lava_dispatcher/default-config/lava-dispatcher/device-types/aa9.conf
  lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-tc2.conf
  lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress.conf


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/aa9.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-types/aa9.conf	2013-08-28 14:55:50 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-types/aa9.conf	2013-09-03 21:46:48 +0000
@@ -10,8 +10,6 @@ 
     setenv bootargs "'console=ttyS0,115200n8 init=/init rootwait rw androidboot.hardware=fujitsusemiconductormb8ac0300-e'",
     boot
 
-image_boot_msg = Starting kernel
-
 possible_partitions_files =
     init.partitions.rc
     fstab.partitions

=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-tc2.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-tc2.conf	2013-08-28 14:55:50 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-tc2.conf	2013-09-03 21:46:48 +0000
@@ -8,8 +8,6 @@ 
 
 bootloader_prompt = Start:
 
-image_boot_msg = Booting Linux
-
 lmc_dev_arg = vexpress
 
 possible_partitions_files =

=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress.conf'
--- lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress.conf	2013-08-28 14:55:50 +0000
+++ lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress.conf	2013-09-03 21:46:48 +0000
@@ -6,8 +6,6 @@ 
 
 bootloader_prompt = Start:
 
-image_boot_msg = Booting Linux
-
 possible_partitions_files =
     init.partitions.rc
     fstab.partitions