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:
parent
8f34fdfab3
commit
35cb6aea50
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue