commit | eda0c3fb495a38fd2da50e2cda8c031acf8af70f | [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 | cfcb8868d20cab5af46000430250b90bc29f6359 [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>