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/lpc_handler.hpp b/lpc_handler.hpp
index 95917c6..cbdf8ef 100644
--- a/lpc_handler.hpp
+++ b/lpc_handler.hpp
@@ -7,7 +7,7 @@
#include <memory>
#include <vector>
-namespace blobs
+namespace ipmi_flash
{
struct LpcRegion
@@ -53,4 +53,4 @@
bool initialized;
};
-} // namespace blobs
+} // namespace ipmi_flash