drivers/intel/fsp1.1: Remove unused function
This function is unused since POSTCAR_STAGE is used.
(be291e8
soc/intel/fsp1.1: Implement postcar stage)
Change-Id: Ia9ff5236295a0e1c4f7634d27cf0ae1d87029678
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32960
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
This commit is contained in:
parent
1f925b15ae
commit
16d635c82c
|
@ -55,7 +55,6 @@ void romstage_common(struct romstage_params *params);
|
||||||
asmlinkage void romstage_main(FSP_INFO_HEADER *fih);
|
asmlinkage void romstage_main(FSP_INFO_HEADER *fih);
|
||||||
/* Initialize memory margin analysis settings. */
|
/* Initialize memory margin analysis settings. */
|
||||||
void setup_mma(MEMORY_INIT_UPD *memory_upd);
|
void setup_mma(MEMORY_INIT_UPD *memory_upd);
|
||||||
void *setup_stack_and_mtrrs(void);
|
|
||||||
void soc_after_ram_init(struct romstage_params *params);
|
void soc_after_ram_init(struct romstage_params *params);
|
||||||
void soc_display_memory_init_params(const MEMORY_INIT_UPD *old,
|
void soc_display_memory_init_params(const MEMORY_INIT_UPD *old,
|
||||||
MEMORY_INIT_UPD *new);
|
MEMORY_INIT_UPD *new);
|
||||||
|
|
|
@ -326,13 +326,6 @@ __weak void report_memory_config(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Choose top of stack and setup MTRRs */
|
|
||||||
__weak void *setup_stack_and_mtrrs(void)
|
|
||||||
{
|
|
||||||
die("ERROR - Must specify top of stack!\n");
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SOC initialization after RAM is enabled */
|
/* SOC initialization after RAM is enabled */
|
||||||
__weak void soc_after_ram_init(struct romstage_params *params)
|
__weak void soc_after_ram_init(struct romstage_params *params)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue