would this give me h72 SD?

This commit is contained in:
rusefillc 2021-02-18 17:31:03 -05:00
parent c836f766af
commit f750f65d4e
1 changed files with 4 additions and 2 deletions

View File

@ -347,8 +347,6 @@
//#define EFI_CONSOLE_SERIAL_DEVICE (&SD3)
#endif
#define EFI_CONSOLE_UART_DEVICE (&UARTD3)
/**
* Use 'HAL_USE_UART' DMA-mode driver instead of 'HAL_USE_SERIAL'
*
@ -365,6 +363,10 @@
#define PRIMARY_UART_DMA_MODE TRUE
#endif
#if (PRIMARY_UART_DMA_MODE || TS_UART_DMA_MODE || TS_UART_MODE)
#define EFI_CONSOLE_UART_DEVICE (&UARTD3)
#endif
//#define TS_UART_DEVICE (&UARTD3)
//#define TS_SERIAL_DEVICE (&SD3)