mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
a5dc935df7
commit
fff78d3bb2
@@ -392,7 +392,7 @@ to flash, pulsing the board's reset signal is likely all this script needs to
|
||||
do. However, in some scenarios, this script may perform other actions. For
|
||||
example, it may call out to some SoC- or board-specific vendor utility in order
|
||||
to download the U-Boot binary directly into RAM and execute it. This would
|
||||
avoid the need for ``u-boot-test-flash1`` to actually write U-Boot to flash,
|
||||
avoid the need for ``u-boot-test-flash`` to actually write U-Boot to flash,
|
||||
thus saving wear on the flash chip(s).
|
||||
|
||||
u-boot-test-release
|
||||
|
||||
Reference in New Issue
Block a user