Home
last modified time | relevance | path

Searched refs:PART_SIZE_KB (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D80-firmware.sh120 PART_SIZE_KB="$(partition_size_kb "${NAME%.img}")"
121 [ ! "$PART_SIZE_KB" -eq 0 ] || continue
124 if [ "$PART_SIZE_KB" -lt "$FILE_SIZE_KB" ]; then
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-firmware.sh120 PART_SIZE_KB="$(partition_size_kb "${NAME%.img}")"
121 [ ! "$PART_SIZE_KB" -eq 0 ] || continue
124 if [ "$PART_SIZE_KB" -lt "$FILE_SIZE_KB" ]; then