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)
This commit is contained in:
Ronald G. Minnich
2014-12-02 04:07:02 +00:00
parent 2031699011
commit fc5dc1c3ef
4 changed files with 3 additions and 13 deletions

View File

@@ -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)