From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 20 Mar 2019 10:16:09 -0300 Subject: [U-Boot] [PATCH v2 2/2] tools: fit_image: Add the loadable property to configs In-Reply-To: <1552379663-13984-2-git-send-email-abel.vesa@nxp.com> References: <1552379663-13984-1-git-send-email-abel.vesa@nxp.com> <1552379663-13984-2-git-send-email-abel.vesa@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Mar 12, 2019 at 5:37 AM Abel Vesa wrote: > > When running mkimage with "-f auto", the loadable property > needs to be set in order to allow SPL FIT support to boot. > > Signed-off-by: Abel Vesa Tested-by: Fabio Estevam Tom/Stefano, These two patches fix a boot regression on mx6sabresd/sabreauto. Please consider applying it for 2019.04. Thanks