bmc: firmware updatePending: stat(blob)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I4b51f7d0d876c1b81f6ea7cb414e342e89407988
diff --git a/firmware_handler.cpp b/firmware_handler.cpp
index 6e64d9d..77e0e50 100644
--- a/firmware_handler.cpp
+++ b/firmware_handler.cpp
@@ -157,7 +157,7 @@
 {
     /* We know we support this path because canHandle is called ahead */
     if (path == verifyBlobId || path == activeImageBlobId ||
-        path == activeHashBlobId)
+        path == activeHashBlobId || path == updateBlobId)
     {
         /* These blobs are placeholders that indicate things, or allow actions,
          * but are not stat-able as-is.