Revert "dm: acpi: add PSDS table in ACPI table"

This reverts commit 59e2de4805.

Since PSDS table format does not meet the expectations on all boards
providing a PSDS, such as e.g. Kontron COMe-mAL10 based boards, remove
exposure of PSDS table for now.

Tracked-On: #4846
Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
Helmut Buchsbaum
2020-05-28 09:21:46 +02:00
committed by wenlingz
parent af52ed6e5d
commit 884e9fc911
2 changed files with 1 additions and 112 deletions

View File

@@ -41,7 +41,6 @@
/* All dynamic table entry no. */
#define NHLT_ENTRY_NO 8
#define PSDS_ENTRY_NO 10
void acpi_table_enable(int num);
uint32_t get_acpi_base(void);