commit | fdc65b2524bee544d35a6e2cbeef4c2f68aeb8fd | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Aug 07 14:37:58 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Aug 09 10:36:05 2018 -0700 |
tree | 7f80979da12390442cecc9c022bf2d62a99f74d7 | |
parent | d5f590f955a67715e7903a04c3a8028f1d4f2664 [diff] [blame] |
ipmi: start implementing flashVerifyCheck Change-Id: I811693d9e736d273d2df9e65f7c5de7efd1d884c Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/flash-ipmi.cpp b/flash-ipmi.cpp index dda9580..00fa027 100644 --- a/flash-ipmi.cpp +++ b/flash-ipmi.cpp
@@ -196,3 +196,9 @@ /* TODO: implement. */ return false; } + +VerifyCheckResponse FlashUpdate::checkVerify() +{ + /* TODO: implement. */ + return VerifyCheckResponse::other; +}