commit | 0da4980b69e8e497038f233dd90e3ea3782c0a77 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:47 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | bcc042e0fc25ddc6cf93c8527357fc555659bf64 | |
parent | 7bf2f8cabbd5ac8f8e4ed35e32d010ca2fd1856c [diff] |
lib: acpi: Fix linking SPL when ACPIGEN is enabled lib/acpi/acpigen.o is only compiled into SPL when SPL_ACPIGEN is enabled. Update several files which reference these functions accordingly. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>