x86: acpi: Remove the unnecessary checksum calculation of DSDT
authorBin Meng <bmeng.cn@gmail.com>
Wed, 11 May 2016 14:45:04 +0000 (07:45 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit17b63c80bffbaad344a4f6dd2363830e13ed8c03
tree1c7e44f67367e3a46256b5578ce33e5580779d67
parent6aef68dc36bc93e1c32c1f7119b580f5eda92182
x86: acpi: Remove the unnecessary checksum calculation of DSDT

The generated AmlCode[] from IASL already has the calculated DSDT
table checksum in place. No need for us to calculate it again.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c