aboutsummaryrefslogtreecommitdiffstats
path: root/developerbox_spi.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.de>2021-10-12 20:31:45 +0200
committerNico Huber <nico.h@gmx.de>2021-10-15 14:37:20 +0000
commitf42d2f72cccdbcd454a79424fdb998842f7754d6 (patch)
tree3b917ce8e8c06d597e8ebad708120b214f832003 /developerbox_spi.c
parent1379e54f519234c07b7e0995de84ab782581c552 (diff)
downloadflashrom-f42d2f72cccdbcd454a79424fdb998842f7754d6.tar.gz
flashrom-f42d2f72cccdbcd454a79424fdb998842f7754d6.tar.bz2
flashrom-f42d2f72cccdbcd454a79424fdb998842f7754d6.zip
hwaccess: replace flashrom specific macros by compiler defines
Replace the remaining IS_* macros with the associated compiler defines Change-Id: Ia0f022d12390722816066d292e1878824adc613c Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58280 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'developerbox_spi.c')
-rw-r--r--developerbox_spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/developerbox_spi.c b/developerbox_spi.c
index 5573d6fc..8c4a8df8 100644
--- a/developerbox_spi.c
+++ b/developerbox_spi.c
@@ -31,8 +31,6 @@
* should be turned on).
*/
-#include "platform.h"
-
#include <stdlib.h>
#include <libusb.h>
#include "programmer.h"