mb/google/hatch: Fix CFR pointer

Typo in CFR causes build failure, this patch fixes it.

TEST: Build for KOHAKU with EDK2 payload and CFR options.

Change-Id: If17e12ad7f99e65d7b9037f0e8e599490cecb6a4
Signed-off-by: Alicja Michalska <alicja.michalska@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90483
Reviewed-by: Ingo Reitz <9l@9lo.re>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Alicja Michalska 2025-12-12 02:35:42 +01:00 committed by Matt DeVillier
commit 35cb6aea50

View file

@ -29,7 +29,7 @@ static struct sm_obj_form system = {
static struct sm_obj_form ec = {
.ui_name = "ChromeEC Embedded Controller",
.obj_list = (const struct sm_object *[]) {
auto_fan_control,
&auto_fan_control,
&ec_kb_backlight,
NULL
},