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