Skip to content

Commit fff78d3

Browse files
dlechxypron
authored andcommitted
doc: pytest: fix u-boot-test-flash typo
Fix typo: `s/u-boot-test-flash1/u-boot-test-flash/`. The correct name of the script doesn't have a "1" in it. Signed-off-by: David Lechner <dlechner@baylibre.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
1 parent a5dc935 commit fff78d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/pytest/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ to flash, pulsing the board's reset signal is likely all this script needs to
392392
do. However, in some scenarios, this script may perform other actions. For
393393
example, it may call out to some SoC- or board-specific vendor utility in order
394394
to download the U-Boot binary directly into RAM and execute it. This would
395-
avoid the need for ``u-boot-test-flash1`` to actually write U-Boot to flash,
395+
avoid the need for ``u-boot-test-flash`` to actually write U-Boot to flash,
396396
thus saving wear on the flash chip(s).
397397

398398
u-boot-test-release

0 commit comments

Comments
 (0)