]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add a -D option to use a default device tree
authorSimon Glass <sjg@chromium.org>
Tue, 20 Jan 2015 03:21:34 +0000 (20:21 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 22:52:14 +0000 (15:52 -0700)
commit1f32ae95784acee8a2233043aa18bf1b3a4974d7
tree9c3a1cdabed1efa774a7ff8326f29bdf18ea1814
parent3b4a7f99c954afad308d9c5a4513c856eb9a84b9
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>
arch/sandbox/cpu/start.c