Skip to content

extlinux: count dtbs using find_all_dtbs instead of $deviceinfo_dtb

jenneron requested to merge jenneron/boot-deploy:extlinux-fix into master

Sometimes we have a glob in $deviceinfo_dtb, for example:

deviceinfo_dtb="rk3288-veyron*"

In this case the current code will result in 1 dtb which is wrong. Instead, use find_all_dtbs function to get the list of all dtbs.

Edited by jenneron

Merge request reports