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/file_handler.hpp b/file_handler.hpp
index 64be8bf..9cb2819 100644
--- a/file_handler.hpp
+++ b/file_handler.hpp
@@ -8,7 +8,7 @@
 #include <string>
 #include <vector>
 
-namespace blobs
+namespace ipmi_flash
 {
 
 class FileHandler : public ImageHandlerInterface
@@ -41,4 +41,4 @@
     std::string filename;
 };
 
-} // namespace blobs
+} // namespace ipmi_flash