commit | a9f04d49e519383f98689d603facdee227a2f94d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 10 18:00:19 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:24:11 2014 +0100 |
tree | 1b218e35a8b8c0789a119edcdb06c87ba78e62e5 | |
parent | 768e0f52f2d1a9d19842c8d1ded22a96b080a266 [diff] |
fdt: Add a function to decode a variable-sized u32 array Sometimes an array can be of variable size up to a maximum. Add a helper function to decode this. Signed-off-by: Simon Glass <sjg@chromium.org>