aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-riscv
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2014-12-02 04:07:02 +0000
committerRonald G. Minnich <rminnich@gmail.com>2014-12-04 19:17:51 +0100
commitfc5dc1c3effb82325a77f2c0c66e95bc7f90de05 (patch)
treec8e6e8c096a80119fc0fc5427acaa116b5ad56b2 /src/mainboard/emulation/qemu-riscv
parent20316990113072cdfdc33a231d8f6340f5e3cbc7 (diff)
RISCV: get RISCV to build again
This makes lzmadecode 64-bit clean (I hope). It also cleans up a few other nits. Change-Id: I24492e9f357e8d3a6de6abc351267f900eb4a19a Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/7623 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/emulation/qemu-riscv')
-rw-r--r--src/mainboard/emulation/qemu-riscv/uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-riscv/uart.c b/src/mainboard/emulation/qemu-riscv/uart.c
index 40192c91fa..6647cde8ea 100644
--- a/src/mainboard/emulation/qemu-riscv/uart.c
+++ b/src/mainboard/emulation/qemu-riscv/uart.c
@@ -21,7 +21,6 @@
#include <console/uart.h>
#include <arch/io.h>
#include <boot/coreboot_tables.h>
-#include "frontend.h"
static uint8_t *buf = (void *)0x3f8;
uintptr_t uart_platform_base(int idx)