From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 17 Oct 2014 23:57:16 +0200 Subject: [U-Boot] [PATCH 05/11] fdt: Use the correct return types for fdtdec_decode_region() In-Reply-To: <1413360341-25828-5-git-send-email-sjg@chromium.org> References: <1413360341-25828-1-git-send-email-sjg@chromium.org> <1413360341-25828-5-git-send-email-sjg@chromium.org> Message-ID: <20141017235716.1ca68bf9@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:35 -0600 Simon Glass wrote: > Use the correct FDT data types for this function. Also add more debugging. > > Signed-off-by: Simon Glass > --- > > include/fdtdec.h | 10 +++++----- > lib/fdtdec.c | 19 ++++++++++++------- > 2 files changed, 17 insertions(+), 12 deletions(-) Acked-by: Anatolij Gustschin