aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-29 14:30:52 -0700
committerTom Rini <trini@konsulko.com>2022-02-11 11:29:23 -0500
commitaafb31fc953aac0af89e44a1e4a841803141768d (patch)
tree7f97b2698da5df4f0fc293834bc6d42a4a3db518 /arch/sandbox
parente9b0fd839bce97f5ef0380fd618cab28a7109aba (diff)
downloadu-boot-aafb31fc953aac0af89e44a1e4a841803141768d.zip
u-boot-aafb31fc953aac0af89e44a1e4a841803141768d.tar.gz
u-boot-aafb31fc953aac0af89e44a1e4a841803141768d.tar.bz2
acpi: Move acpi_write_tables() to a generic header
This function is used by both x86 and sandbox. Put it in a common header file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/acpi_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/acpi_table.h b/arch/sandbox/include/asm/acpi_table.h
index ae17f6c..cb10eb5 100644
--- a/arch/sandbox/include/asm/acpi_table.h
+++ b/arch/sandbox/include/asm/acpi_table.h
@@ -6,6 +6,6 @@
#ifndef __ASM_ACPI_TABLE_H__
#define __ASM_ACPI_TABLE_H__
-ulong write_acpi_tables(ulong start);
+/* Empty for now, this file is required by acpi/acpi_table.h */
#endif /* __ASM_ACPI_TABLE_H__ */