aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/uart_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/uart_console.c')
-rw-r--r--src/soc/amd/picasso/uart_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/uart_console.c b/src/soc/amd/picasso/uart_console.c
index 3ab2a70920..b5c5159486 100644
--- a/src/soc/amd/picasso/uart_console.c
+++ b/src/soc/amd/picasso/uart_console.c
@@ -8,7 +8,7 @@
* be provided exactly once and only by the UART that is used for console.
*/
-uintptr_t uart_platform_base(int idx)
+uintptr_t uart_platform_base(unsigned int idx)
{
return get_uart_base(idx);
}