From 9a8d0a03dbccf95554153cd06eee6270518174f6 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 31 Mar 2022 21:36:51 +0200 Subject: crossgcc: Upgrade IASL from 20211217 to 20220331 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "REDUNDANT_OFFSET_REMARK" to ignore redundant offset remarks is not needed any more as it’s included upstream. Changes: https://acpica.org/node/199 Signed-off-by: Elyes Haouas Change-Id: Ice7f9a10051f7f62c53098161fd2f498d724c17d Reviewed-on: https://review.coreboot.org/c/coreboot/+/63279 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- Makefile.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index ab81682ee245..f746ef920a27 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -261,9 +261,6 @@ endef # ResourceTemplate is the correct code. # As it's valid ASL, disable the warning. EMPTY_RESOURCE_TEMPLATE_WARNING = 3150 -# Redundant offset remarks are not useful in any way and are masking useful -# ones that might indicate an issue so it is better to hide them. -REDUNDANT_OFFSET_REMARK = 2158 # IASL compiler check for usage of _CRS, _DIS, _PRS, and _SRS objects: # 1) If _PRS is present, must have _CRS and _SRS # 2) If _SRS is present, must have _PRS (_PRS requires _CRS and _SRS) -- cgit v1.2.3