mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
Rockchip: bootloader: use rk3288-tinker-s.dtb for updates
Since we using rk3288-tinker-s.dtb as default device tree for images for TinkerBoard, we should use it for updates as well instead of rk3288-tinker.dtb
This commit is contained in:
parent
57e42c6328
commit
cbae81460f
@ -25,7 +25,7 @@ fi
|
|||||||
# device tree mappings for update from vendor to mainline kernel
|
# device tree mappings for update from vendor to mainline kernel
|
||||||
case "${dtb}" in
|
case "${dtb}" in
|
||||||
rk3288-miniarm.dtb)
|
rk3288-miniarm.dtb)
|
||||||
new_dtb=rk3288-tinker.dtb
|
new_dtb=rk3288-tinker-s.dtb
|
||||||
;;
|
;;
|
||||||
rk3328-box.dtb|rk3328-box-trn9.dtb|rk3328-box-z28.dtb|rk3328-rockbox.dtb)
|
rk3328-box.dtb|rk3328-box-trn9.dtb|rk3328-box-z28.dtb|rk3328-rockbox.dtb)
|
||||||
new_dtb=rk3328-a1.dtb
|
new_dtb=rk3328-a1.dtb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user