From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Porter Date: Thu, 9 Apr 2020 09:09:21 -0400 Subject: [PATCH] imx: Fix imx8m FIT script issue In-Reply-To: <1586421883-21999-1-git-send-email-ye.li@nxp.com> References: <1586421883-21999-1-git-send-email-ye.li@nxp.com> Message-ID: <20200409130921.GA15722@bacon.ohporter.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 loadable. > This script can work previously because spl fit driver wrongly > appends fdt to all loadable images. With the issue fixed, the u-boot > in loadable does not have fdt appended and fails to work. > So correct script by moving u-boot to firmware and ATF to loadable. > > Signed-off-by: Ye Li Hi Ye Li, Thanks, this patch does fix the issue. Tested-by: Matt Porter -Matt