bmc: move away from blobs namespace

The blobs namespace is really owned by phosphor-ipmi-blobs.  Move all
phosphor-ipmi-flash objects into ipmi_flash namespace.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I51b721ad4f3cdc4cc43846c942967ed2e5f16589
diff --git a/pci_handler.hpp b/pci_handler.hpp
index f3ae798..1cafc32 100644
--- a/pci_handler.hpp
+++ b/pci_handler.hpp
@@ -7,7 +7,7 @@
 #include <string>
 #include <vector>
 
-namespace blobs
+namespace ipmi_flash
 {
 
 /** P2A configuration response. */
@@ -45,4 +45,4 @@
     static const std::string p2aControlPath;
 };
 
-} // namespace blobs
+} // namespace ipmi_flash