From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 24 Oct 2014 17:15:34 +0200 Subject: [U-Boot] [PATCH v2 02/11] fdt: Report failure of ft_board_setup() In-Reply-To: <1414112337-22735-2-git-send-email-sjg@chromium.org> References: <1414112337-22735-1-git-send-email-sjg@chromium.org> <1414112337-22735-2-git-send-email-sjg@chromium.org> Message-ID: <20141024171534.5bde7f85@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Thu, 23 Oct 2014 18:58:48 -0600 Simon Glass wrote: > Since this function can fail, print a message when it does. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Improve error message on failure > > common/cmd_fdt.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) Acked-by: Anatolij Gustschin