Skip to content

Commit 1286e5e

Browse files
Wirut Getbamrunglguohan
authored andcommitted
[platform/cel]: Remove afulnx_64 (#3900)
remove afulnx_64 install script
1 parent 3ab4b71 commit 1286e5e

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

device/celestica/x86_64-cel_e1031-r0/sonic_platform/component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def install_firmware(self, image_path):
140140
new_image_path = os.path.join("/tmp", (root.lower() + ext))
141141
shutil.copy(image_path, new_image_path)
142142
install_command = "ispvm %s" % new_image_path
143-
elif self.name == "BIOS":
144-
install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
143+
# elif self.name == "BIOS":
144+
# install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
145145

146146
return self.__run_command(install_command)

device/celestica/x86_64-cel_seastone-r0/sonic_platform/component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def install_firmware(self, image_path):
141141
new_image_path = os.path.join("/tmp", (root.lower() + ext))
142142
shutil.copy(image_path, new_image_path)
143143
install_command = "ispvm %s" % new_image_path
144-
elif self.name == "BIOS":
145-
install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
144+
# elif self.name == "BIOS":
145+
# install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
146146

147147
return self.__run_command(install_command)

platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-dx010.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ dx010/cfg/dx010-modules.conf etc/modules-load.d
33
dx010/systemd/platform-modules-dx010.service lib/systemd/system
44
dx010/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_seastone-r0
55
services/platform_api/platform_api_mgnt.sh usr/local/bin
6-
tools/afulnx_64 usr/local/bin

platform/broadcom/sonic-platform-modules-cel/debian/platform-modules-haliburton.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ services/fancontrol/fancontrol.service lib/systemd/system
55
services/fancontrol/fancontrol usr/local/bin
66
haliburton/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_e1031-r0
77
services/platform_api/platform_api_mgnt.sh usr/local/bin
8-
tools/afulnx_64 usr/local/bin
-809 KB
Binary file not shown.

0 commit comments

Comments
 (0)