RV1126: Check uImage, not rootfs.squashfs for NOR fw

pull/402/head
Dmitry Ilyin 2022-08-26 11:58:43 +03:00
parent 234e4db12f
commit bd6c231661
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ jobs:
fi fi
} }
if [ -f rootfs.squashfs ]; then if [ -f uImage ]; then
case ${{ matrix.release }} in case ${{ matrix.release }} in
lite) lite)
check_exceeded uImage ${MAX_KERNEL_SIZE} check_exceeded uImage ${MAX_KERNEL_SIZE}