]> git.baikalelectronics.ru Git - uboot.git/commit
dm: Fix error handling when unflattening the DT
authorSimon Glass <sjg@chromium.org>
Mon, 12 Jun 2017 12:21:34 +0000 (06:21 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit871d2ab08e6c65fa27ffa8ea05e4d8758e815d11
treeb74de93df1afc5dc933d3365e0fd50894c4a76ba
parent3f143e6466ac08ad9449e3a25a8e6846fa802dca
dm: Fix error handling when unflattening the DT

The error handling code does not current detect an error right away.
Adjust it to return immediately.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-on: Beaver, Jetson-TK1
lib/of_live.c