All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name
Date: Sun, 23 Jun 2019 16:04:53 +0200	[thread overview]
Message-ID: <ea684bb2-8597-c5f9-0b63-ce3e13f8ef62@gmx.de> (raw)
In-Reply-To: <20190612153441.19020-7-festevam@gmail.com>

On 6/12/19 5:34 PM, Fabio Estevam wrote:
> After the conversion to DM the U-Boot proper binary name
> is 'u-boot-dtb.img', so adjust it accordingly.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>   board/wandboard/README | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/wandboard/README b/board/wandboard/README
> index e5170bcc81..f84f205337 100644
> --- a/board/wandboard/README
> +++ b/board/wandboard/README > @@ -29,7 +29,7 @@ $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
>
>   - Flash the u-boot.img image into the SD card:
>
> -sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
> +sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync

With U-Boot HEAD I cannot see any difference between the files:
$ md5sum u-boot*.bin
56a64c916b79c012759ad430a52fb2c1  u-boot.bin
56a64c916b79c012759ad430a52fb2c1  u-boot-dtb.bin
ed69f924f0cb4b9415d0bed27f896be3  u-boot-nodtb.bin

So is this just a formal change?

Best regards

Heinrich

>
>   - Insert the SD card into the slot located in the bottom of the board (same side
>   as the mx6 processor)
>

  reply	other threads:[~2019-06-23 14:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-12 15:34 [U-Boot] [PATCH 1/7] mx6: dts: Keep dtb entries sorted Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 2/7] mx6: dts: Move dtbs under SoC level Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 3/7] wandboard: Sync with devicetree files from kernel 5.1.9 Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 4/7] wandboard: Import extra wandboard devicetree files Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 5/7] wandboard: Add mmc0 alias Fabio Estevam
2019-06-12 15:42   ` Peter Robinson
2019-06-14 12:31     ` Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 6/7] wandboard: Add FIT image support Fabio Estevam
2019-06-12 15:34 ` [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name Fabio Estevam
2019-06-23 14:04   ` Heinrich Schuchardt [this message]
2019-06-24 19:21     ` Fabio Estevam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ea684bb2-8597-c5f9-0b63-ce3e13f8ef62@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.