From 4b3995c25fd57ec4e76215c55d905947c9da1429 Mon Sep 17 00:00:00 2001 From: V Sowmya Date: Thu, 28 May 2020 22:26:34 +0530 Subject: soc/intel/jasperlake: Update platform.asl to ASL2.0 syntax This change updates platform.asl to use ASL2.0 syntax. This increases the readability of the ASL code. TEST=Verified using --timeless option to abuild that the resulting coreboot.rom is same as without the ASL2.0 syntax changes for wdoo. Change-Id: Ie55bcd9ac2ca746c046ebe05140b2ac291fb0459 Signed-off-by: V Sowmya Reviewed-on: https://review.coreboot.org/c/coreboot/+/41861 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Arthur Heymans --- src/soc/intel/jasperlake/acpi/platform.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/jasperlake') diff --git a/src/soc/intel/jasperlake/acpi/platform.asl b/src/soc/intel/jasperlake/acpi/platform.asl index 73458641fa..4b01aeb464 100644 --- a/src/soc/intel/jasperlake/acpi/platform.asl +++ b/src/soc/intel/jasperlake/acpi/platform.asl @@ -16,5 +16,5 @@ Method (_PIC, 1) { /* Remember the OS' IRQ routing choice. */ - Store (Arg0, PICM) + PICM = Arg0 } -- cgit v1.2.3