u-boot/serial: Only reference pl011 on ARM

* This will likely change once we FDT.
This commit is contained in:
Alexander von Gluck IV
2015-03-07 13:50:32 -06:00
parent deb4929b9a
commit ed9a0b70f3
@@ -10,7 +10,9 @@
#include "serial.h"
#include <debug_uart_8250.h>
#if defined(__ARM__)
#include <arch_uart_pl011.h>
#endif
#include <board_config.h>
#include <boot/platform.h>
#include <arch/cpu.h>