Files
system76-coreboot/src/mainboard/emulation/spike-riscv/uart.c
Elyes Haouas 486240fc7d src/mainboard: Remove unnecessary space after casts
Change-Id: Id8e1a52279e6a606441eefe30e24bcd44e006aad
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69815
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
2023-01-30 22:11:50 +00:00

10 lines
173 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#include <types.h>
#include <console/uart.h>
uintptr_t uart_platform_base(unsigned int idx)
{
return (uintptr_t)0x02100000;
}