[PATCH] ARM: Layerscape: Fix typo im documentation
Thorsten Scherer <[email protected]> Tue, 16 Jun 2026 17:11:27 +0200
| Newsgroups | org.infradead.lists.barebox |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Thorsten Scherer <[email protected]> --- Documentation/boards/layerscape.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/boards/layerscape.rst b/Documentation/boards/layerscape.rst index 5791b8632626..1467314954be 100644 --- a/Documentation/boards/layerscape.rst +++ b/Documentation/boards/layerscape.rst @@ -27,11 +27,11 @@ The barebox binary is expected to be located 4K bytes into the SD-Card:: From there on, ``barebox_update`` can be used to flash barebox to the QSPI NOR-Flash if required:: - barebox_update -t qspi /mnt/tftp/barebox-${global.hostname}-qspi.imaag + barebox_update -t qspi /mnt/tftp/barebox-${global.hostname}-qspi.image Flashing to the eMMC is possible likewise:: - barebox_update -t sd /mnt/tftp/barebox-${global.hostname}-sd.imaag + barebox_update -t sd /mnt/tftp/barebox-${global.hostname}-sd.image .. note:: Some SoCs like the LS1046A feature only a single eSDHC. In such a case, using eMMC and SD-Card at the same time is not possible. -- 2.53.0