summaryrefslogtreecommitdiffstats
path: root/include/hab.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-11 11:37:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-11 11:44:15 +0200
commitc9504d30ed12c0f62c992b5325a86faf8ad81c32 (patch)
treee5711790426d4dd60c043553fc49c6e4108cfb03 /include/hab.h
parent05e69a1b693c1a661a04c4d7bf4ac929c3c8fa22 (diff)
downloadbarebox-c9504d30ed12c0f62c992b5325a86faf8ad81c32.tar.gz
barebox-c9504d30ed12c0f62c992b5325a86faf8ad81c32.tar.xz
hab: habv4_need_rng_software_self_test is needed without hab support
habv4_need_rng_software_self_test Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/hab.h')
-rw-r--r--include/hab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hab.h b/include/hab.h
index abfce18736..30eace7685 100644
--- a/include/hab.h
+++ b/include/hab.h
@@ -20,8 +20,9 @@
#include <errno.h>
-#ifdef CONFIG_HABV4
extern bool habv4_need_rng_software_self_test;
+
+#ifdef CONFIG_HABV4
int imx28_hab_get_status(void);
int imx6_hab_get_status(void);
#else