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>
This commit is contained in:
parent
66b35bad88
commit
a842d3ee6a
|
@ -343,13 +343,6 @@ __weak int mrc_cache_stash_data(int type, uint32_t version,
|
||||||
return -1;
|
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 */
|
/* Display the memory configuration */
|
||||||
__weak void report_memory_config(void)
|
__weak void report_memory_config(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue