ipmi: start implementing flashDataFinish

Change-Id: I627f6b788311650637221413a93ce7f1a3f0d0cd
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/flash-ipmi.cpp b/flash-ipmi.cpp
index 1c75246..c4f2aec 100644
--- a/flash-ipmi.cpp
+++ b/flash-ipmi.cpp
@@ -43,3 +43,9 @@
     /* TODO: implement. */
     return false;
 }
+
+bool FlashUpdate::flashFinish()
+{
+    /* TODO: implement. */
+    return false;
+}