diff options
author | Thomas Heijligen <thomas.heijligen@secunet.com> | 2021-12-14 17:52:30 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-12-22 22:53:47 +0000 |
commit | b8f364bece63ad8c8e0a015f4485ad59104b3209 (patch) | |
tree | 6c5875900f09ca95a843bd50ae5b6230e44a718d /nicintel_spi.c | |
parent | 50720a4b0b251eb1d97d4682a4db9c2c589d6019 (diff) | |
download | flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.gz flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.bz2 flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.zip |
physmap: rename to hwaccess_physmap, create own header
Line up physmap with the other hwaccess related code.
Change-Id: Ieba6f4e94cfc3e668fcb8b3c978de5908aed2592
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'nicintel_spi.c')
-rw-r--r-- | nicintel_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nicintel_spi.c b/nicintel_spi.c index 25a66516..852c042e 100644 --- a/nicintel_spi.c +++ b/nicintel_spi.c @@ -36,6 +36,7 @@ #include "programmer.h" #include "hwaccess.h" #include "hwaccess_x86_io.h" +#include "hwaccess_physmap.h" #include "platform/pci.h" #define PCI_VENDOR_ID_INTEL 0x8086 |