HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46183 )
Change subject: mb/intel/cedarisland_crb: Convert to ASL 2.0 syntax ......................................................................
mb/intel/cedarisland_crb: Convert to ASL 2.0 syntax
Change-Id: Idb9b6d1b4abd310a47f009e35756d56577a83c4e Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/intel/cedarisland_crb/acpi/platform.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/46183/1
diff --git a/src/mainboard/intel/cedarisland_crb/acpi/platform.asl b/src/mainboard/intel/cedarisland_crb/acpi/platform.asl index 9649592..ebde468 100644 --- a/src/mainboard/intel/cedarisland_crb/acpi/platform.asl +++ b/src/mainboard/intel/cedarisland_crb/acpi/platform.asl @@ -23,7 +23,7 @@
Method(_PIC, 1) { - Store(Arg0, PICM) + PICM = Arg0 }
/*