summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh')
-rwxr-xr-xmeta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh b/meta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh
index 1eb79b299..4b7910198 100755
--- a/meta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh
+++ b/meta-openbmc-mods/meta-ast2500/recipes-phosphor/fru/default-fru/checkFru.sh
@@ -22,16 +22,16 @@ done
# wp
if (($result == 62)); then
- cat S2600WP.fru.bin > $fruFile
+ cat WilsonPoint.fru.bin > $fruFile
# wc
elif (($result == 45)); then
- cat S2600WC.fru.bin > $fruFile
+ cat WilsonCity.fru.bin > $fruFile
# cyp
elif (($result == 60)); then
- cat S2600CYP.fru.bin > $fruFile
+ cat M50CYP2SB2U.fru.bin > $fruFile
# tnp
elif (($result == 12)); then
- cat S2600TNP.fru.bin > $fruFile
+ cat D50TNP1SB.fru.bin > $fruFile
# default to wft
else
cat S2600WFT.fru.bin > $fruFile