mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 05:35:07 -05: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>
This commit is contained in:
parent
84d9dd2fcb
commit
69103f7e66
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