add of_diff command
The of_diff command compares two device trees against each other
and prints a diff-like result. This can be handy to find out the
differences between the barebox live tree and the one we start the
kernel with. Another usecase would be to examine the changes our
of_fixup process introduces (of_diff - +)

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 1187df4 commit 8c767c227d38954a736f55e33b119786f1d740b1
@Sascha Hauer Sascha Hauer authored on 12 Sep 2019
Showing 3 changed files
View
commands/Kconfig
View
commands/Makefile
View
commands/of_diff.c 0 → 100644