From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Fri, 05 May 2017 17:39:56 +0200 Subject: [U-Boot] [PATCH v4 03/20] SPL: FIT: improve error handling In-Reply-To: <1493166772-24598-4-git-send-email-andre.przywara@arm.com> References: <1493166772-24598-1-git-send-email-andre.przywara@arm.com> <1493166772-24598-4-git-send-email-andre.przywara@arm.com> Message-ID: <2031891.azcZ3e8FmN@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Mittwoch, 26. April 2017, 01:32:35 CEST schrieb Andre Przywara: > At the moment we ignore any errors due to missing FIT properties, > instead go ahead and calculate our addresses with the -1 return value. > Fix this and bail out if any of the mandatory properties are missing. > > Signed-off-by: Andre Przywara > Reviewed-by: Simon Glass On a rk3399-firefly Tested-by: Heiko Stuebner