commit | 2c1205db94647c196c154bae0e106933b9ff526e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Aug 03 10:23:14 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Aug 06 12:27:39 2018 -0700 |
tree | f06d1127f75ea941e088266cde9cf337270eb67f | |
parent | a53a7b35085ddd41ef3cc47b084d29a1f413e818 [diff] [blame] |
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; +}