* tests/util/grub-shell.in: Use escc-ch-b on powerpc. This is missing
counterpart of fixing the naming of escc ports.
This commit is contained in:
parent
d4d55b29e0
commit
889ebe922b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue