Fix u-boot env var name for Rainier 2U
Change the value of the fitconfig u-boot environment
variable to 'conf@aspeed-bmc-ibm-rainier.dtb'.
This is to match the value used by u-boot to switch to the right
device tree for Rainier 2U.
This also adds Everest to the list of supported systems.
Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com>
Change-Id: Ie52bffb1e50c0fd7d081038732e3c5676a69de03
diff --git a/const.hpp b/const.hpp
index e72abff..75fc63f 100644
--- a/const.hpp
+++ b/const.hpp
@@ -49,6 +49,7 @@
static constexpr auto INVALID_NODE_NUMBER = -1;
static constexpr auto RAINIER_2U = "50001001";
static constexpr auto RAINIER_4U = "50001000";
+static constexpr auto EVEREST = "50003000";
constexpr uint8_t KW_VPD_START_TAG = 0x82;
constexpr uint8_t KW_VPD_END_TAG = 0x78;