mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
dtdiff: Use input format dtb for dtbo files
The file ending .dtbo is typically used for device tree overlays. These are in the dtb input format, too. So assume this input format for *.dtbo as is already done for *.dtb. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
84d9dd2fcb
commit
53c63dd421
1 changed files with 1 additions and 1 deletions
2
dtdiff
2
dtdiff
|
@ -17,7 +17,7 @@ source_and_sort () {
|
||||||
*.dts)
|
*.dts)
|
||||||
IFORMAT=dts
|
IFORMAT=dts
|
||||||
;;
|
;;
|
||||||
*.dtb)
|
*.dtb|*.dtbo)
|
||||||
IFORMAT=dtb
|
IFORMAT=dtb
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue