blob: eee7c34cc5c0f46a5bae037c3ae39fda3b9a55b3 [file] [log] [blame]
#include <string>
#include <vector>
#include "config.h"
namespace phosphor
{
namespace software
{
namespace image
{
// BMC flash image file name list.
const std::vector<std::string> bmcImages = {"image-kernel", "image-rofs",
"image-rwfs", "image-u-boot"};
} // namespace image
} // namespace software
} // namespace phosphor