summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/flashrom.c b/flashrom.c
index c9e0d01..8e5d363 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1758,6 +1758,10 @@ int selfcheck(void)
}
}
+#if CONFIG_INTERNAL == 1
+ ret |= selfcheck_board_enables();
+#endif
+
/* TODO: implement similar sanity checks for other arrays where deemed necessary. */
return ret;
}
OpenPOWER on IntegriCloud