Lines Matching refs:dtb
8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second SECOND] [--dtb DTB ] [--recovery_dtbo RECOVERY_DTBO] -o OUTPUT
18 --dtb DTB path to the new dtb
49 --dtb)
50 dtb=$2
114 dtb=${dtb-$out/dtb}
127 dtb_size=$(grep -a "^dtb size: " $log | sed "s/^dtb size: //")
129 if [ $dtb_size -gt 0 -a -e "$dtb" ]; then
130 DTB="--dtb $dtb"