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 <[email protected]> --- doc/develop/pytest/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst index 800a0323d0ae34d739490b80124949517d2fc5fe..7335a39b9633bb16869dfc976adab32d78dc984f 100644 --- a/doc/develop/pytest/usage.rst +++ b/doc/develop/pytest/usage.rst @@ -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 --- base-commit: 2bc0715b558fa1ac5c88b11e250740b16a905837 change-id: 20251121-doc-pytest-fix-u-boot-test-flash-typo-f4ffe0e65773 Best regards, -- David Lechner <[email protected]>

