rockchip64: Fix "Load kernel from the same bootpart boot.scr was loaded from"

This commit is contained in:
Alex Shumsky
2023-12-08 23:20:01 +03:00
committed by Igor
parent 7ddcfcc0a4
commit 0df6d6eafb

View File

@@ -14,7 +14,7 @@ setenv rootfstype "ext4"
setenv docker_optimizations "on"
setenv earlycon "off"
env exists distro_bootpart || setenv distro_bootpart 1
test -n "${distro_bootpart}" || distro_bootpart=1
echo "Boot script loaded from ${devtype} ${devnum}:${distro_bootpart}"