fix u-boot sector station (#2999)
This commit is contained in:
parent
48086a7e89
commit
1e5133dd2b
@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user