Currently rk3399 boards are switched to legacy-rockchip64 kernel which usually does not even have the correct device tree installed and renders the board unbootable.
This change switched the image search from glob to equivalent regex (* -> .*) and adds special treatment for rk3399.
Closes: AR-587
Currently rk3399 boards are switched to legacy-rockchip64 kernel which usually does not even have the correct device tree installed and renders the board unbootable.
This change switched the image search from glob to equivalent regex (
*
->.*
) and adds special treatment for rk3399.