From 823edda98e6512d3f455b61549efea6fa68ee2b0 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 18 Dec 2014 18:30:29 +0200 Subject: CBMEM: Implement cbmem_run_init_hooks() stub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Until we completely can unify early_variables, use these to handle CBMEM update hooks for both romstage and ramstage. For x86, CAR_MIGRATE serves the purpose of romstage hooks. Change-Id: I100ebc0e35e1b7091b4f287ca37f539fd7c9fa7a Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7876 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/arch/riscv/tables.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/arch/riscv') 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) -{ -} -- cgit v1.2.3