phosphor-ipmi-flash: srcrev bump a658636f90..aa32a36aab

Patrick Venture (16):
      README: Update the documentation given new approach
      test: move mocks into root test folder
      test: add missing headers to ipmi_interface_mock
      test: Add tools to search path
      firmware: add read/write flags to enum
      tools: main, use copy instead of looping
      tools: add crc implementation
      tools: return data or throw exception on ipmi resp
      tools: blob: implement layer above ipmi
      tools: blob: implement get blob stat command
      tools: blob: add missing header
      tools: add data interface type
      tools: blob: implement open blob
      tools: updater: implement send contents
      tools: updater: add exceptions for errors
      tools: add missing updater unit-tests

(From meta-phosphor rev: e8082774d536f3493c1e223314dd986532488fa8)

Change-Id: Ie88d3c7411b734b643ba8ee4afa967fd9c91f726
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index cf1e38e..8800455 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -16,7 +16,7 @@
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "a658636f901438d983cb78ecb0914dd83e40d4a3"
+SRCREV = "aa32a36aabeb8078ad2a3f7570633f9500bc319c"
 
 FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
 FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"