Skip to content

Commit 65fb2a5

Browse files
authored
Merge pull request sonic-net#113 from mssonicbld/sonicbld/202205-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
2 parents 100efe0 + 0e715cc commit 65fb2a5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • platform/broadcom/sonic-platform-modules-dell/s6100/sonic_platform

platform/broadcom/sonic-platform-modules-dell/s6100/sonic_platform/component.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,16 @@ def install_firmware(self, image_path):
321321
A boolean, True if install was successful, False if not
322322
"""
323323
return False
324+
325+
def update_firmware(self,image_path):
326+
"""
327+
Updates firmware to the componenent
328+
329+
Args:
330+
image_path: A string, path to firmware image
331+
332+
Returns:
333+
A boolean, True if install was successful, False if not
334+
335+
"""
336+
return False

0 commit comments

Comments
 (0)