drivers/intel/fsp1_1: Drop some MMA leftovers
Commit 736a1028fb
(drivers/intel/fsp1_1:
Drop dead MMA code) dropped FSP 1.1 MMA code, but missed a few things.
Change-Id: I556e7125eff21c49609bb1e5e1f23e99e692756f
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54954
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
fd824b32b5
commit
54fc8b35d1
|
@ -8,7 +8,6 @@
|
|||
#include <memory_info.h>
|
||||
#include <fsp/car.h>
|
||||
#include <fsp/util.h>
|
||||
#include <soc/intel/common/mma.h>
|
||||
#include <soc/pm.h>
|
||||
|
||||
struct romstage_params {
|
||||
|
@ -42,9 +41,6 @@ void soc_display_memory_init_params(const MEMORY_INIT_UPD *old,
|
|||
void soc_memory_init_params(struct romstage_params *params,
|
||||
MEMORY_INIT_UPD *upd);
|
||||
void soc_pre_ram_init(struct romstage_params *params);
|
||||
/* Update the SOC specific memory config param for mma. */
|
||||
void soc_update_memory_params_for_mma(MEMORY_INIT_UPD *memory_cfg,
|
||||
struct mma_config_param *mma_cfg);
|
||||
void mainboard_after_memory_init(void);
|
||||
|
||||
#endif /* _COMMON_ROMSTAGE_H_ */
|
||||
|
|
Loading…
Reference in New Issue