intel: mma: Use new CBFS API
This patch changes the Intel MMA driver to use the new CBFS API. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: Icc11d0c2a9ec1bd7a1d6af362f849dac16375433 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -23,7 +23,7 @@ void setup_mma(FSP_M_CONFIG *memory_cfg)
|
||||
{
|
||||
struct mma_config_param mma_cfg;
|
||||
|
||||
if (mma_locate_param(&mma_cfg)) {
|
||||
if (mma_map_param(&mma_cfg)) {
|
||||
printk(BIOS_DEBUG, "MMA: set up failed\n");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user