Update the simulator TS port macros to match the rest of the product. (#3600)
This commit is contained in:
parent
743d30f7d6
commit
a87be43c53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue