diff options
Diffstat (limited to 'src/arch/power8')
-rw-r--r-- | src/arch/power8/tables.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/power8/tables.c b/src/arch/power8/tables.c index 17e678a999..ff07c31066 100644 --- a/src/arch/power8/tables.c +++ b/src/arch/power8/tables.c @@ -24,6 +24,10 @@ #include <cbmem.h> #include <lib.h> +void arch_write_tables(uintptr_t coreboot_table) +{ +} + void bootmem_arch_add_ranges(void) { } |