[U-Boot] [PATCH v1] x86: acpi: Remove redundant Offset (0x00)
Bin Meng
bmeng.cn at gmail.com
Tue Nov 6 05:33:34 UTC 2018
On Tue, Nov 6, 2018 at 1:33 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Thu, Nov 1, 2018 at 1:14 AM Andy Shevchenko <andriy.shevchenko at linux.intel.com> wrote:
> >
> > 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 at linux.intel.com>
> > ---
> > arch/x86/include/asm/arch-baytrail/acpi/global_nvs.asl | 1 -
> > arch/x86/include/asm/arch-quark/acpi/global_nvs.asl | 1 -
> > arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl | 1 -
> > 3 files changed, 3 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list