[Skiboot] [PATCH] fixup! nvram: force re-verification after writing
Oliver O'Halloran
oohall at gmail.com
Wed Sep 28 15:39:42 AEST 2016
Seems I broke a the nvram unit tests.
---
core/test/run-nvram-format.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/core/test/run-nvram-format.c b/core/test/run-nvram-format.c
index 4bf3ae07f0eb..4ca2cded2a60 100644
--- a/core/test/run-nvram-format.c
+++ b/core/test/run-nvram-format.c
@@ -18,6 +18,11 @@
#include "../nvram-format.c"
+bool nvram_validate(void)
+{
+ return true;
+}
+
static char *nvram_reset(void *nvram_image, int size)
{
struct chrp_nvram_hdr *h = nvram_image;
--
2.5.5
More information about the Skiboot
mailing list