Ignore active in software

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/openbmc-sfw b/openbmc-sfw
index 357ae41..a6f5926 100755
--- a/openbmc-sfw
+++ b/openbmc-sfw
@@ -163,6 +163,8 @@
     for e in s.list_sfw():
         if (e == '/xyz/openbmc_project/software/active'):
             continue
+        if (e == '/xyz/openbmc_project/software/functional'):
+            continue
         info = s.get_image(e)
         if (((info['Purpose'] == 'xyz.openbmc_project.Software.Version.VersionPurpose.BMC') and 
              (args.bmc or not args.host)) or \