bmcweb: srcrev bump 88c7c42791..5ffd11f248

Ed Tanous (3):
      Remove One chassis option
      Bring consistency to config options
      Fix regression in LogService

Gunnar Mills (1):
      Fix regression in CrashDump

Change-Id: I2447e265ad58ca11fcf0e829af88bd5175601dd7
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 8a5d5ad..4e2679a 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "88c7c427916c9baed4393ecf586980d36d7719fd"
+SRCREV = "5ffd11f248f155614bf30b498cb01a4e2065094d"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"