Skip to content

Commit

Permalink
dtdiff: Make use of phandle restorage
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Uwe Kleine-König committed Oct 21, 2024
1 parent 4e296a2 commit 845fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtdiff
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source_and_sort () {
exit 2
fi

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

if [ $# != 2 ]; then
Expand Down

0 comments on commit 845fb23

Please sign in to comment.