diff mbox series

[1/9] board/freescale/imx8mqevk: Fix typos in readme

Message ID 20181226223112.24456-1-nerv@dawncrow.de
State Changes Requested
Headers show
Series [1/9] board/freescale/imx8mqevk: Fix typos in readme | expand

Commit Message

André Zwing Dec. 26, 2018, 10:31 p.m. UTC
Signed-off-by: André Hentschel <nerv@dawncrow.de>
---
 board/freescale/imx8mqevk/readme.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Dec. 27, 2018, 9:02 a.m. UTC | #1
Hello,

On Wed, 26 Dec 2018 23:31:04 +0100, André Hentschel wrote:
> Signed-off-by: André Hentschel <nerv@dawncrow.de>
> ---
>  board/freescale/imx8mqevk/readme.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/board/freescale/imx8mqevk/readme.txt b/board/freescale/imx8mqevk/readme.txt
> index a32c122f91..26b5ab74d0 100644
> --- a/board/freescale/imx8mqevk/readme.txt
> +++ b/board/freescale/imx8mqevk/readme.txt
> @@ -21,7 +21,7 @@ You will find in output/images/ the following files:
>    - boot.vfat
>    - fsl-imx8mq-evk.dtb
>    - Image
> -  - imx-boot-imx8mqevk-sd.bin
> +  - imx-boot-sd.bin

Isn't the actual file name imx8-boot-sd.bin ?

At least this is what
board/freescale/common/imx/imx8-bootloader-prepare.sh is producing, and
what board/freescale/common/imx/genimage.cfg.template_imx8 is using as
input.

Best regards,

Thomas
diff mbox series

Patch

diff --git a/board/freescale/imx8mqevk/readme.txt b/board/freescale/imx8mqevk/readme.txt
index a32c122f91..26b5ab74d0 100644
--- a/board/freescale/imx8mqevk/readme.txt
+++ b/board/freescale/imx8mqevk/readme.txt
@@ -21,7 +21,7 @@  You will find in output/images/ the following files:
   - boot.vfat
   - fsl-imx8mq-evk.dtb
   - Image
-  - imx-boot-imx8mqevk-sd.bin
+  - imx-boot-sd.bin
   - lpddr4_pmu_train_fw.bin
   - rootfs.ext2
   - rootfs.ext4
@@ -69,7 +69,7 @@  Enable HDMI output
 
 To enable HDMI output at boot you must provide the video kernel boot
 argument.  To set the video boot argument from U-Boot run after
-stoping in U-Boot prompt:
+stopping in U-Boot prompt:
 
 setenv mmcargs 'setenv bootargs console=${console} root=${mmcroot} video=HDMI-A-1:1920x1080-32@60'
 saveenv