summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-05-04 16:26:25 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-07 15:52:36 +0000
commita842d3ee6a191322f47be49f17338073120778b8 (patch)
treedaab163f6d41a28d6924c1c670904762f369ab58 /src/drivers/intel/fsp1_1
parent66b35bad88807fa18a5ade87283fdb5ffef538f0 (diff)
downloadcoreboot-a842d3ee6a191322f47be49f17338073120778b8.tar.xz
intel/fsp1_1: Drop unused, weak raminit()
Change-Id: I5d155df1d589fc8d7462f46e87275bd6efae0a7f Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32587 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/drivers/intel/fsp1_1')
-rw-r--r--src/drivers/intel/fsp1_1/romstage.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/intel/fsp1_1/romstage.c b/src/drivers/intel/fsp1_1/romstage.c
index ebb6a6678b..bfed1213cd 100644
--- a/src/drivers/intel/fsp1_1/romstage.c
+++ b/src/drivers/intel/fsp1_1/romstage.c
@@ -343,13 +343,6 @@ __weak int mrc_cache_stash_data(int type, uint32_t version,
return -1;
}
-/* Transition RAM from off or self-refresh to active */
-__weak void raminit(struct romstage_params *params)
-{
- post_code(POST_MEM_PREINIT_PREP_START);
- die("ERROR - No RAM initialization specified!\n");
-}
-
/* Display the memory configuration */
__weak void report_memory_config(void)
{