dtbo: Sort the files we found
Change-Id: Iece383362d00d600c5861914b9f2600020229d80
This commit is contained in:
committed by
Rashed Abdel-Tawab
parent
f8adf067fd
commit
b532825214
@@ -18,7 +18,7 @@ define build-dtboimage-target
|
||||
break; \
|
||||
fi; \
|
||||
done; \
|
||||
$(MKDTIMG) create $@ --page_size=$(BOARD_KERNEL_PAGESIZE) $$(find "$$dtbo_dir" -name '*.dtbo')
|
||||
$(MKDTIMG) create $@ --page_size=$(BOARD_KERNEL_PAGESIZE) $$(find "$$dtbo_dir" -type f -name '*.dtbo' | sort)
|
||||
$(hide) chmod a+r $@
|
||||
endef
|
||||
|
||||
|
Reference in New Issue
Block a user