diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index f5000402e5..eb79475e9a 100644 --- a/meta-yocto-bsp/conf/machine/genericarm64.conf +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf | |||
@@ -28,7 +28,7 @@ WKS_FILE ?= "genericarm64.wks.in" | |||
28 | EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}" | 28 | EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}" |
29 | 29 | ||
30 | # Try to bring up a selection of physical or virtual serial consoles | 30 | # Try to bring up a selection of physical or virtual serial consoles |
31 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2" | 31 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2 115200;ttyPS1" |
32 | 32 | ||
33 | # Allow u-boot to be built for use with qemu-system-aarch64. | 33 | # Allow u-boot to be built for use with qemu-system-aarch64. |
34 | # This u-boot is _not_ suitable for use with real hardware, and the expectation | 34 | # This u-boot is _not_ suitable for use with real hardware, and the expectation |