commit | 5ebe790ff02eb21fe74e0f3992b3b2416c609d18 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Aug 13 03:25:59 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 22 15:17:52 2023 -0400 |
tree | eabff37a0138932e2e1b11657755a35fd8fc2ad0 | |
parent | c8659ca88c52acb2c00928f4534402b69b1e64a5 [diff] |
test: acpi: Handle both 32bit and 64bit ACPI tables Handle both 32bit and 64bit systems, i.e. sandbox and sandbox64 the same way drivers/cpu/cpu_sandbox.c sets those ACPI tables up. This fixes "$ ./u-boot -Tc 'ut dm dm_test_acpi_write_tables'" test failure on sandbox64. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>