Skip to content

actually append all dtbs in deviceinfo_dtb to the kernel, not just the last one

Caleb Connolly requested to merge calebccff/boot-deploy:master into master

The current behaviour iterates through all DTBs properly, but it reassigns to $dtb every time, so only the last one in the list will be picked.

Merge request reports