commit | f5c5530aef086c5cc6aef0fcae4e69767a944849 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:51 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | c18b63904a2916f747858b27a70ee1d40c627f5c | |
parent | df2e71a2c2df52c07ab78293941efa96ace0ba9c [diff] |
x86: coral: Drop TPM and ACPI interrupts from TPL These devices are not actually built in TPL but are currently active in the TPL devicetree. For of-platdata-inst this means that we will try to generate devices for them, which fails. Update them to be active only in U-Boot proper. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>