summaryrefslogtreecommitdiff
path: root/src/device/oprom
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-18 22:21:25 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-20 08:39:27 +0000
commit85cd7c245cb9ccf085ed198d89fc2a3413e86d12 (patch)
treef56b59d8cc2c45254ff95fd6960f767a84c9949a /src/device/oprom
parentb843ee6efc28f3de851f3a0f25f797a7194de506 (diff)
downloadcoreboot-85cd7c245cb9ccf085ed198d89fc2a3413e86d12.tar.xz
device/oprom: Drop unnecessary AMD headers
Change-Id: I548dfa053f195b1ea87568240bf0041bb193d825 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34986 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/device/oprom')
-rw-r--r--src/device/oprom/realmode/x86.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index 1a80a000e2..10a3c4954d 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -19,8 +19,6 @@
#include <arch/registers.h>
#include <boot/coreboot_tables.h>
#include <console/console.h>
-#include <cpu/amd/lxdef.h>
-#include <cpu/amd/vr.h>
#include <delay.h>
#include <device/pci.h>
#include <device/pci_ids.h>