summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/tables.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-18 18:30:29 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-01-27 22:41:23 +0100
commit823edda98e6512d3f455b61549efea6fa68ee2b0 (patch)
tree53937f057c766750afb8e3005fe756ea7fabdc89 /src/arch/arm/tables.c
parent05369de639b84981547b89c1fcfcafc79d9d921f (diff)
downloadcoreboot-823edda98e6512d3f455b61549efea6fa68ee2b0.tar.gz
coreboot-823edda98e6512d3f455b61549efea6fa68ee2b0.tar.bz2
coreboot-823edda98e6512d3f455b61549efea6fa68ee2b0.zip
CBMEM: Implement cbmem_run_init_hooks() stub
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 <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7876 Reviewed-by: Aaron Durbin <adurbin@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/arch/arm/tables.c')
-rw-r--r--src/arch/arm/tables.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/arm/tables.c b/src/arch/arm/tables.c
index a2b7b9b17933..09385b66311b 100644
--- a/src/arch/arm/tables.c
+++ b/src/arch/arm/tables.c
@@ -29,14 +29,6 @@
#define MAX_COREBOOT_TABLE_SIZE (8 * 1024)
-void cbmem_arch_init(void)
-{
-}
-
-void cbmem_fail_resume(void)
-{
-}
-
void write_tables(void)
{
unsigned long table_pointer, new_table_pointer;