summaryrefslogtreecommitdiffstats
path: root/images.hpp
blob: 97b8f7f19fced3c9a708718d6290ed4bbed8b92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "config.h"

#include <string>
#include <vector>

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
OpenPOWER on IntegriCloud