fdt: Add fdtdec_decode_region() to decode memory region
authorSimon Glass <sjg@chromium.org>
Thu, 25 Oct 2012 16:31:00 +0000 (16:31 +0000)
committerGerald Van Baren <gvb@unssw.com>
Tue, 13 Nov 2012 04:00:34 +0000 (23:00 -0500)
commitf20c461984c3d986fde037d4c5bf600aa0497676
treebd00ee8c90b160fa69bcddceaa5641c867f03a03
parent332ab0d54aaa5b8b27096996d10c8c6183c6972c
fdt: Add fdtdec_decode_region() to decode memory region

A memory region has a start and a size and is often specified in
a node by a 'reg' property. Add a function to decode this information
from the fdt.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/fdtdec.h
lib/fdtdec.c