From 4e7645a2eb491b51e61df760f4a3c22d56ce170e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Olguy=20Can=C3=A9us?= Date: Fri, 16 Aug 2019 22:41:59 -0700 Subject: [PATCH] wedge400: cpld_ver.sh code revised (#98) Summary: Summart: As title Pull Request resolved: https://github.com/facebookexternal/openbmc.celestica/pull/98 Test Plan: root@bmc-oob:~# cpld_ver.sh SMB_SYSCPLD: 3.2 SMB_PWRCPLD: 3.0 SCMCPLD: 3.1 FCMCPLD: 2.0 root@bmc-oob:~# Pass Reviewed By: joancaneus fbshipit-source-id: ccc71e6790 --- .../meta-wedge400/recipes-utils/openbmc-utils/files/cpld_ver.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/cpld_ver.sh b/meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/cpld_ver.sh index 16726417f8e9..8b5bb3151db2 100755 --- a/meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/cpld_ver.sh +++ b/meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/cpld_ver.sh @@ -20,8 +20,6 @@ . /usr/local/bin/openbmc-utils.sh -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin - board_rev=$(wedge_board_rev) smb_ver=$(cat $SMBCPLD_SYSFS_DIR/cpld_ver | head -n 1)