commit | 0596d35d80f5090440bd9a2a2beaacb268ff59c0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 30 03:59:03 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Sat Aug 09 11:17:04 2014 -0400 |
tree | ae3d87ad5ca521d3f9f2f714fb9c0afe68e4c905 | |
parent | 5bf58ccc8ebd5270f64a20c4c54c98a96acbd7ed [diff] |
fdt: Sync up with libfdt This brings in changes up to commit f9e91a48 in the libfdt repo. Mostly this is whitespace/minor changes. But there are a few new features: - fdt_size_cells() and fdt_address_cells() - fdt_resize() Signed-off-by: Simon Glass <sjg@chromium.org>