Update the simulator TS port macros to match the rest of the product. (#3600)

This commit is contained in:
Scott Smith 2021-11-23 16:15:09 -08:00 committed by GitHub
parent 743d30f7d6
commit a87be43c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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