diff --git a/src/system/kernel/arch/arm/uart_pl011.cpp b/src/system/kernel/arch/arm/uart_pl011.cpp index 916558a93b..f279b11af4 100644 --- a/src/system/kernel/arch/arm/uart_pl011.cpp +++ b/src/system/kernel/arch/arm/uart_pl011.cpp @@ -104,9 +104,6 @@ void UartPL011::InitEarly() { // Perform special hardware UART configuration - - #warning Raspberry Pi Hack: Fix constructors not getting called in loader. - fUARTBase = uart_base_debug(); }