util/inteltool: use read* macros instead of pointers

Switch to using read* macros instead of pointers.

Change-Id: I1fe54b496a5998597b79cdd7108f3a4075744a78
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39503
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Michael Niewöhner
2020-03-13 19:08:21 +01:00
committed by Felix Held
parent 96cf680c3d
commit 10d522133e
9 changed files with 39 additions and 39 deletions

View File

@@ -17,6 +17,7 @@
#ifndef INTELTOOL_H
#define INTELTOOL_H 1
#include <arch/mmio.h>
#include <commonlib/helpers.h>
#include <stdint.h>