commit | 8d9f7322f46afaab81e32d1999f5bc000f1ba9a6 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Aug 03 10:39:13 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Aug 06 12:28:18 2018 -0700 |
tree | afa7c94508e2f722542860fa03424f6edb8868d7 | |
parent | 2c1205db94647c196c154bae0e106933b9ff526e [diff] [blame] |
ipmi: start implementing flashStartHash Change-Id: I5465bd672eac510be30d50cac8cf34b86a24ca40 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/flash-ipmi.cpp b/flash-ipmi.cpp index c4f2aec..daaab5e 100644 --- a/flash-ipmi.cpp +++ b/flash-ipmi.cpp
@@ -49,3 +49,9 @@ /* TODO: implement. */ return false; } + +bool FlashUpdate::startHash(uint32_t length) +{ + /* TODO: implement. */ + return false; +}