From a87be43c5333fd9f15b20a781cdbcf0f3eedca29 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 23 Nov 2021 16:15:09 -0800 Subject: [PATCH] Update the simulator TS port macros to match the rest of the product. (#3600) --- simulator/simulator/efifeatures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index 8187555960..f377e6b435 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -8,8 +8,8 @@ #pragma once // see SIM_SD1_PORT and SIM_SD2_PORT -#define TS_PRIMARY_SERIAL SD1 -#define TS_SECONDARY_SERIAL SD2 +#define TS_PRIMARY_PORT SD1 +#define TS_SECONDARY_PORT SD2 #define EFI_ENABLE_ASSERTS TRUE #define EFI_LAUNCH_CONTROL TRUE