Skip to content

Commit d7f803a

Browse files
meurenBastian-Krause
authored andcommitted
driver/bareboxdriver: make name argument in boot() optional
Signed-off-by: Fabian Meuren <f.meuren@phytec.de> [bst: split into dedicated commit] Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent e23e7de commit d7f803a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labgrid/driver/bareboxdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def await_boot(self):
215215
self.console.expect(self.bootstring)
216216

217217
@Driver.check_active
218-
def boot(self, name: str):
218+
def boot(self, name: str = ""):
219219
"""Boot the default or a specific boot entry
220220
221221
Args:

0 commit comments

Comments
 (0)