commit | 8e17078585f97724fecab1e94a133892b9569f46 | [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 | 3778c4fb3744210f7ceb71776b8badcbb3f3ad28 [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>