Default binary should have more relaxed pinout: serial #4998
we shall be enabling not disabling, and specifically these undef are not needed anyway?
This commit is contained in:
parent
8730782cd3
commit
9df3da244e
|
@ -40,8 +40,6 @@
|
|||
#undef EFI_UART_GPS
|
||||
#define EFI_UART_GPS FALSE
|
||||
|
||||
#undef TS_SECONDARY_UxART_PORT
|
||||
|
||||
#undef EFI_BLUETOOTH_SETUP
|
||||
#define EFI_BLUETOOTH_SETUP TRUE
|
||||
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
#undef TS_PRIMARY_UxART_PORT
|
||||
#define TS_PRIMARY_UxART_PORT SD1
|
||||
|
||||
// no secondary channel
|
||||
#undef TS_SECONDARY_UxART_PORT
|
||||
|
||||
/* Knock detection */
|
||||
#undef EFI_HIP_9011
|
||||
#define EFI_HIP_9011 TRUE
|
||||
|
|
|
@ -398,8 +398,6 @@
|
|||
#define TS_PRIMARY_UxART_PORT UARTD3
|
||||
#endif
|
||||
|
||||
#undef TS_SECONDARY_UxART_PORT
|
||||
|
||||
#define AUX_SERIAL_DEVICE (&SD6)
|
||||
|
||||
#ifndef EFI_CONSOLE_TX_BRAIN_PIN
|
||||
|
|
Loading…
Reference in New Issue