From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 21 Sep 2012 21:56:13 +0200 Subject: [U-Boot] [PATCH v2 02/19] fdt: Add debugging to fdtdec_get_int/addr() In-Reply-To: <20120921213939.7e28b803@wker> References: <1339604395-6621-1-git-send-email-sjg@chromium.org> <1339604395-6621-3-git-send-email-sjg@chromium.org> <20120921213939.7e28b803@wker> Message-ID: <20120921215613.1977f429@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 21 Sep 2012 21:39:39 +0200 Anatolij Gustschin wrote: > On Wed, 13 Jun 2012 09:19:38 -0700 > Simon Glass wrote: > > > The new debugging shows the value of integers and addresses read > > from the device tree. > > > > Signed-off-by: Simon Glass > > --- > > > > lib/fdtdec.c | 22 ++++++++++++++++------ > > 1 files changed, 16 insertions(+), 6 deletions(-) > > Applied to staging/agust at denx.de. now I see a newer version of this patch. I'll drop this one and will apply v3 instead. Thanks, Anatolij