pl011 uart: Remove Raspberry Pi hack

* Constructors now working
This commit is contained in:
Alexander von Gluck IV 2012-05-15 12:09:59 -05:00
parent 565039c149
commit e91f4b7230

View File

@ -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();
}