From d002814d6b8edc9cf85f1653ebb568e59f72f9ad Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 14 Jan 2021 12:47:25 +0100 Subject: [PATCH] loader: Use TERM_EMU for arm and arm64 Even if it didn't behave well previously this is fixed. Tested on: OrangePi One (armv7 u-boot) (serial only and serial + HDMI) Tested on: Pine64-LTS (aarch64 u-boot) (serial only and serial + HDMI) Tested on: Honeycomb (aarch64 EDK2) (serial only) Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D28153 --- stand/efi/libefi/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/stand/efi/libefi/Makefile b/stand/efi/libefi/Makefile index 6d342aaa8007..e838a5a10ac4 100644 --- a/stand/efi/libefi/Makefile +++ b/stand/efi/libefi/Makefile @@ -65,9 +65,6 @@ CFLAGS+= -I${LDRSRC} # Handle FreeBSD specific %b and %D printf format specifiers CFLAGS+= ${FORMAT_EXTENSIONS} -# Do not use TERM_EMU on arm and arm64 as it doesn't behave well with serial console -.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "aarch64" CFLAGS+= -DTERM_EMU -.endif .include