Skip to content

Commit cc8401c

Browse files
rohiebEmantor
authored andcommitted
ubootdriver: improve parameter documentation
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
1 parent ad5dfb4 commit cc8401c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

labgrid/driver/ubootdriver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class UBootDriver(CommandMixin, Driver, CommandProtocol, LinuxBootProtocol):
2424
prompt (str): optional, U-Boot prompt
2525
password (str): optional, password to unlock U-Boot
2626
init_commands (tuple): optional, tuple of commands to run after unlock
27-
interrupt(str): optional, interrupt character to use to go to prompt
27+
autoboot (str): optional, string to search for to interrupt autoboot
28+
interrupt (str): optional, character to interrupt autoboot and go to prompt
2829
password_prompt (str): optional, string to detect the password prompt
2930
boot_expression (str): optional, string to search for on U-Boot start
3031
bootstring (str): optional, string that indicates that the Kernel is booting

0 commit comments

Comments
 (0)