From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 29 Aug 2017 00:22:38 +0200 Subject: [U-Boot] [PATCH] splash_source: Verify FIT magic In-Reply-To: <1501743204-87476-1-git-send-email-tomas.melin@vaisala.com> References: <1501743204-87476-1-git-send-email-tomas.melin@vaisala.com> Message-ID: <20170829002238.6fca3507@crub> 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, 3 Aug 2017 09:53:24 +0300 Tomas Melin tomas.melin at vaisala.com wrote: > From: Niko Mauno > > Before reading entire FIT image, add sanity check by testing image > header against FDT_MAGIC. This should help avoid problems in situations > where FIT is not yet available from storage device, for example when > performing initial programming of device. > > Cc: Anatolij Gustschin > Acked-by: Tomas Melin > --- > common/splash_source.c | 5 +++++ > 1 file changed, 5 insertions(+) Applied to u-boot-video/master, thanks! -- Anatolij