]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: acpi: Remove redundant Offset (0x00)
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 31 Oct 2018 17:14:08 +0000 (19:14 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 6 Nov 2018 05:35:06 +0000 (13:35 +0800)
commit24109bba6a4f81774e384c15c2e8a4d47791455f
tree3fc99fb88b4659437b60f407b29b15baff751979
parent5ef76e59c12c79d106ebda70b710468aa6bd8b75
x86: acpi: Remove redundant Offset (0x00)

New ACPI assembler issues a warning:

board/intel/edison/dsdt.asl.tmp     13:     Offset (0x00),
Remark   2158 -                                       ^ Unnecessary/redundant use of Offset operator

Indeed, in the OperationRegion the offset is 0x00 by default.

Thus, drop unneeded Offset() use as suggested by ACPI assembler.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/arch-baytrail/acpi/global_nvs.asl
arch/x86/include/asm/arch-quark/acpi/global_nvs.asl
arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl