summaryrefslogtreecommitdiffstats
path: root/it85spi.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-12-14 17:52:30 +0100
committerNico Huber <nico.h@gmx.de>2021-12-22 22:53:47 +0000
commitb8f364bece63ad8c8e0a015f4485ad59104b3209 (patch)
tree6c5875900f09ca95a843bd50ae5b6230e44a718d /it85spi.c
parent50720a4b0b251eb1d97d4682a4db9c2c589d6019 (diff)
downloadflashrom-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 'it85spi.c')
-rw-r--r--it85spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/it85spi.c b/it85spi.c
index 574e03af8..51328a898 100644
--- a/it85spi.c
+++ b/it85spi.c
@@ -27,6 +27,7 @@
#include "spi.h"
#include "programmer.h"
#include "hwaccess_x86_io.h"
+#include "hwaccess_physmap.h"
#define MAX_TIMEOUT 100000
#define MAX_TRY 5