commit | e2070a896184e0ea778edd4f8f0ca43a618e64d8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 22 22:55:47 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 19:18:27 2016 -0400 |
tree | 44953e98bdd141f96c5c1515c84b38b97b98db95 | |
parent | 2af25b747340c6c8f6a6b9e27632db577bf4da52 [diff] |
tools: Include fdt_sw.o in libfdt for mkimage At present this file is omitted. It is used to build up a binary device tree. We plan to do this in mkimage, so include this file in the build. Signed-off-by: Simon Glass <sjg@chromium.org>