commit | 1f32ae95784acee8a2233043aa18bf1b3a4974d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 19 20:21:34 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 30 15:52:14 2015 -0700 |
tree | 9c3a1cdabed1efa774a7ff8326f29bdf18ea1814 | |
parent | 3b4a7f99c954afad308d9c5a4513c856eb9a84b9 [diff] |
sandbox: Add a -D option to use a default device tree It is painful to specify the full path to the device tree with the -d option. It is normally kept in the same directory as U-Boot, so provide an option to use this by default. Signed-off-by: Simon Glass <sjg@chromium.org>