phosphor-ipmi-flash: srcrev bump f9566d88d4..46bdadc210

Patrick Venture (22):
      tools: specify common ipmi errors for humans
      firmware: reorder open cases slightly
      rename lpcmapperinterface to hardwaremapperinterface
      hardware interface: add copyFrom
      lpc: add missing headers
      rename lpc_mapper_mock -> window_mapper_mock
      lpc_aspeed: move driver path to class member
      lpc mappers: provide BMC memory address for mapping
      lpc_aspeed: add mapped file descriptor
      window interface: add close method
      lpc_aspeed: implement mapRegion as part of copyFrom
      lpc_aspeed: implement close method
      lpc_aspeed: implement copyFrom
      tools: blob add writeMeta to interface
      lpc_handler: add missing TODO
      tools: lpc: start implementation, send metadata
      tools: minor cleanup, drop member return inline
      tools: lpc: add internal/sys to handler
      lpc_aspeed: delete copy/assignment of object
      tools: lpc configuration structure is packed
      tools: add io interface for mmio, etc
      tools: tie devmem io handler into lpc handler

(From meta-phosphor rev: 2c4dede0ad2d21839cd1fab239bc92ead4505c3f)

Change-Id: I083753a65b10bc2a42a632f2f828ee40f8c490ec
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 7f5236c..ed370a6 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 = "f9566d88d4f61e04793b10acb68216af9b74d97a"
+SRCREV = "46bdadc210eda187ad18fca69842e1b93b941fb6"
 
 FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
 FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"