summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-11-28 16:02:52 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-11-30 04:44:06 +0000
commitc91553d3a38f5efb9e78b6c1b9a3bf9f9ff6e614 (patch)
tree4bb57e5c34946237b9b4e0a00493980c586b28ad /src/southbridge
parent932b5079074d752b121067dc3698e7838cdb4b1b (diff)
Treewide: Remove unused header files
These header files do not seem to be used in coreboot. Presumably they're left over after the code that used them was removed. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ide70239c7c2e93fff548d989735450396308c62b Reviewed-on: https://review.coreboot.org/c/coreboot/+/85370 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/common/amd_defs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/southbridge/amd/common/amd_defs.h b/src/southbridge/amd/common/amd_defs.h
deleted file mode 100644
index ca6b3ca191..0000000000
--- a/src/southbridge/amd/common/amd_defs.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef _AMD_SB_DEFS_H_
-#define _AMD_SB_DEFS_H_
-
-#define AMD_SB_ACPI_MMIO_ADDR 0xfed80000ul
-
-#endif