Skip to content

Commit 07f279e

Browse files
committed
dtdiff: Make use of phandle restorage
With the phandles restored a difference between two device trees that only consists of a different allocation of phandle values is shown without all the followup changes that usually are not interesting. Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent 59198f4 commit 07f279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dtdiff

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source_and_sort () {
2828
exit 2
2929
fi
3030

31-
$DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
31+
$DTC -@ -L -I $IFORMAT -O dts -qq -f -s -o - "$DT"
3232
}
3333

3434
if [ $# != 2 ]; then

0 commit comments

Comments
 (0)