blob: 1c89f10c9928b6290e89377ab8eaa8e5c5efbd89 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bl_uapp/bl_syscall_public.h>
#include <amdblocks/uart.h>
#include <types.h>
uintptr_t get_uart_base(unsigned int idx)
{
/* Mapping the UART is not supported. */
return 0;
}