From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 18 Oct 2014 10:02:38 +0200 Subject: [U-Boot] [PATCH 07/11] fdt: Tidy up error handling in image_setup_libfdt() In-Reply-To: <1413360341-25828-7-git-send-email-sjg@chromium.org> References: <1413360341-25828-1-git-send-email-sjg@chromium.org> <1413360341-25828-7-git-send-email-sjg@chromium.org> Message-ID: <20141018100238.31a63ce8@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 Wed, 15 Oct 2014 02:05:37 -0600 Simon Glass wrote: > The message about needing to reset should be printed no matter what error > is printed. Also, an error should always be printed. > > Signed-off-by: Simon Glass > --- > > common/image-fdt.c | 27 +++++++++++++++++---------- > include/fdt_support.h | 1 + > 2 files changed, 18 insertions(+), 10 deletions(-) Acked-by: Anatolij Gustschin