]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/util/grub-shell.in: Use escc-ch-b on powerpc. This is missing
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 16 Nov 2013 23:57:54 +0000 (00:57 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 16 Nov 2013 23:57:54 +0000 (00:57 +0100)
counterpart of fixing the naming of escc ports.

ChangeLog
tests/util/grub-shell.in

index 3f891a84efd89983ee15cfbf8b110976925803ae..6a8edf5d7922b0a1bb8b985ea33b22cddd72068e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/util/grub-shell.in: Use escc-ch-b on powerpc. This is missing
+       counterpart of fixing the naming of escc ports.
+
 2013-11-17  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-install-common.c (platforms): Fix the order of entries and
index 22277fbdfabaeff5f3d7f4c63a71e745d9e8814b..ddd10d106c626d662446fe77a9499113e7967fa4 100644 (file)
@@ -79,7 +79,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
        boot=hd
        qemu=qemu-system-ppc
        console=console
-       serial_port=escc-ch-a
+       serial_port=escc-ch-b
        serial_null="-serial null"
        netbootext=elf
        ;;