commit | 680702eaffbd521d484ab9cef0594ec28a6e8707 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed May 11 07:45:04 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 1c7e44f67367e3a46256b5578ce33e5580779d67 | |
parent | e259eb2929fe2f830eacabde7aa6a0b32cb0e377 [diff] |
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>