Lines Matching +full:- +full:ne
5 # SPDX-License-Identifier: GPL-2.0
7 set -e
15 echo " $0 -f [Android boot.img] -o [FIT boot.img]"
21 if [ $# -ne 4 ]; then
26 while [ $# -gt 0 ]; do
28 -f)
32 -o)
43 if [ ! -f ${BOOT_IMG} ]; then
57 rm ${OUT}/ -rf
58 ./scripts/unpack_bootimg --boot_img ${BOOT_IMG} --out ${OUT}/
62 rm images/ -rf && mkdir -p images/
66 cp ${OUT}/rk-kernel.dtb images/dtb
67 rm ${OUT}/ -rf