ipmi: start implementing flashDataVerify

Change-Id: I446ca8573db31eb53dc7aefbe25cdb9d23d51d29
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/flash-ipmi.cpp b/flash-ipmi.cpp
index 35f8ad2..69002f7 100644
--- a/flash-ipmi.cpp
+++ b/flash-ipmi.cpp
@@ -67,3 +67,9 @@
     /* TODO: implement. */
     return false;
 }
+
+bool FlashUpdate::startDataVerification()
+{
+    /* TODO: implement. */
+    return false;
+}