commit | d40d2c570600396b54dece16429727ef50cfeef0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 16 21:22:39 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 17 14:32:24 2020 +0800 |
tree | b9a95ea8a948856b04c4c94e44494b1c8eb6497f | |
parent | 4021ee63882dcfd6dc348ca6dd7dd8f370abef35 [diff] |
acpi: Enable ACPI table generation by default on x86 This should ideally be used by all x86 boards in U-Boot. Enable it by default. If some boards don't use it, the cost is small. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>