fix u-boot sector station (#2999)

This commit is contained in:
Oleg 2021-07-12 10:32:35 +03:00 committed by GitHub
parent 48086a7e89
commit 1e5133dd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ elif grep -q 'sun5i' /proc/cpuinfo; then DEVICE_TYPE="a13";
else DEVICE_TYPE="a20"; fi
BOOTLOADER="${CWD}/${DEVICE_TYPE}/bootloader"
case ${LINUXFAMILY} in
rk3328|rk3399|rockchip64|rockpis)
rk3328|rk3399|rockchip64|rockpis|station)
FIRSTSECTOR=32768
;;
*)