aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/tables.c')
-rw-r--r--src/arch/riscv/tables.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/riscv/tables.c b/src/arch/riscv/tables.c
index 6300f7b154..124a659ad9 100644
--- a/src/arch/riscv/tables.c
+++ b/src/arch/riscv/tables.c
@@ -29,10 +29,6 @@
#define MAX_COREBOOT_TABLE_SIZE (8 * 1024)
-void cbmem_arch_init(void)
-{
-}
-
// WTF. this does not agre with the prototype!
static struct lb_memory *wtf_write_tables(void)
{
@@ -70,7 +66,3 @@ void write_tables(void)
{
wtf_write_tables();
}
-
-void cbmem_fail_resume(void)
-{
-}