summaryrefslogtreecommitdiffstats
path: root/src/include/console/uart.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2014-10-16 10:53:48 +0000
committerRonald G. Minnich <rminnich@gmail.com>2014-10-16 17:41:14 +0200
commit2adb297cf930ff5c2d78d828d801461feae3254b (patch)
treece8c7efa222f02c7a53d16222822b6596ecb4ca9 /src/include/console/uart.h
parentff178beee572564dcfabd96d04071edcb3412e5d (diff)
downloadcoreboot-2adb297cf930ff5c2d78d828d801461feae3254b.tar.gz
coreboot-2adb297cf930ff5c2d78d828d801461feae3254b.tar.bz2
coreboot-2adb297cf930ff5c2d78d828d801461feae3254b.zip
uarts: 32/64 cleanup
We had lots of casts that caused warnings when compiling on RISCV. Clean them up. Change-Id: I46fcb33147ad6bf75e49ebfdfa05990e8c7ae4eb Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/7066 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include/console/uart.h')
-rw-r--r--src/include/console/uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/console/uart.h b/src/include/console/uart.h
index d4020c3aa013..94933fe3fef0 100644
--- a/src/include/console/uart.h
+++ b/src/include/console/uart.h
@@ -45,7 +45,7 @@ void uart_tx_byte(int idx, unsigned char data);
void uart_tx_flush(int idx);
unsigned char uart_rx_byte(int idx);
-unsigned int uart_platform_base(int idx);
+uintptr_t uart_platform_base(int idx);
#if !defined(__ROMCC__)
static inline void *uart_platform_baseptr(int idx)