Fix Prometheus config (#737)
This commit is contained in:
parent
eaf210a619
commit
c932fed64a
|
@ -49,7 +49,6 @@
|
|||
#define TS_UART_DEVICE (&UARTD4)
|
||||
|
||||
#undef TS_SERIAL_DEVICE
|
||||
#define TS_SERIAL_DEVICE (&SD4)
|
||||
|
||||
#undef EFI_BLUETOOTH_SETUP
|
||||
#define EFI_BLUETOOTH_SETUP TRUE
|
||||
|
@ -88,7 +87,6 @@
|
|||
#define CONSOLE_MODE_SWITCH_PORT GPIOE // ???
|
||||
|
||||
#undef CONFIG_RESET_SWITCH_PORT
|
||||
#define CONFIG_RESET_SWITCH_PORT GPIOE // ???
|
||||
|
||||
//!!!!!!!!!!!!!!!
|
||||
//#undef EFI_INTERNAL_ADC
|
||||
|
|
Loading…
Reference in New Issue