From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] imx: Fix imx8m FIT script issue
Date: Thu, 9 Apr 2020 13:32:40 -0400 [thread overview]
Message-ID: <20200409173240.GH8031@bill-the-cat> (raw)
In-Reply-To: <1586421883-21999-1-git-send-email-ye.li@nxp.com>
On Thu, Apr 09, 2020 at 01:44:43AM -0700, Ye Li wrote:
> The FIT config node has reversed ATF and u-boot: ATF is set to 'firmware' but
> u-boot is set to 'loadables'.
> This script can work previously because spl fit driver wrongly appends fdt to
> all loadable images. With the issue fixed in commit 9d15d1d1c24f ("Revert
> "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"") the
> u-boot in 'loadables' does not have fdt appended and fails to work. So correct
> the script by moving u-boot to 'firmware' and ATF to 'loadables'.
>
> Signed-off-by: Ye Li <ye.li@nxp.com>
> Reported-by: Matt Porter <mporter@konsulko.com>
> Tested-by: Matt Porter <mporter@konsulko.com>
Rewording the commit per Fabio's suggestion with a few other tweaks as I
read over the code to the above, and taking directly also at his
suggestion.
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200409/d8ab05a7/attachment.sig>
next prev parent reply other threads:[~2020-04-09 17:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-09 8:44 [PATCH] imx: Fix imx8m FIT script issue Ye Li
2020-04-09 12:12 ` Fabio Estevam
2020-04-09 13:09 ` Matt Porter
2020-04-09 13:18 ` Fabio Estevam
2020-04-09 13:21 ` Tom Rini
2020-04-09 17:32 ` Tom Rini [this message]
2020-04-27 12:32 ` Schrempf Frieder
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=20200409173240.GH8031@bill-the-cat \
--to=trini@konsulko.com \
--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.