diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-18 22:21:25 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-20 08:39:27 +0000 |
commit | 85cd7c245cb9ccf085ed198d89fc2a3413e86d12 (patch) | |
tree | f56b59d8cc2c45254ff95fd6960f767a84c9949a /src/device/oprom/realmode | |
parent | b843ee6efc28f3de851f3a0f25f797a7194de506 (diff) |
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/realmode')
-rw-r--r-- | src/device/oprom/realmode/x86.c | 2 |
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> |