obmc-console: srcrev bump cc07530fdb..21f4cb4a76

Andrew Jeffery (5):
      ringbuffer: Implement min() as an inline function
      obmc-console: Mark unused parameters as such
      console-server: Drop trailing semi-colon from console_handler_register()
      obmc-console: Clean up invalid sign comparisons
      socket-handler: Fix void pointer arithmetic

Change-Id: I102d29d021091724e5316d38dbf03edf40e377da
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 4f20209..12b1f55 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -6,7 +6,7 @@
 DEPENDS += "autoconf-archive-native \
             systemd \
            "
-SRCREV = "cc07530fdb356b7750f58c2a6b35c9cf180ed99c"
+SRCREV = "21f4cb4a76858d7dec71a04883894b8bc54d774f"
 PACKAGECONFIG ??= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[udev] = "--with-udevdir=`pkg-config --variable=udevdir udev`,\
                        --without-udevdir,udev"