File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 8383 dtc -Odtb -o " $DEST /$SUBFOLDER /sun50i-a64-pine64.dtb" " $BLOBS /${basename} noplus.dts"
8484 echo " Compiling device tree from $BLOBS /${basename} so.dts"
8585 dtc -Odtb -o " $DEST /$SUBFOLDER /sun50i-a64-pine64-so.dtb" " $BLOBS /${basename} so.dts"
86+ echo " Compiling device tree from $BLOBS /${basename} pinebook.dts"
87+ dtc -Odtb -o " $DEST /$SUBFOLDER /sun50i-a64-pine64-pinebook.dtb" " $BLOBS /${basename} pinebook.dts"
8688fi
8789
8890if [ ! -e " $DEST /uEnv.txt" ]; then
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ TRUSTED_FIRMWARE="../arm-trusted-firmware-pine64"
1919SUNXI_PACK_TOOLS=" ../sunxi-pack-tools/bin"
2020
2121if [ " $1 " = " -h" -o " $1 " = " --help" ]; then
22- echo " Usage: $0 [<pine64|pinebook >] [<trusted-firmware-build>]"
22+ echo " Usage: $0 [<pine64|pine64pinebook >] [<trusted-firmware-build>]"
2323 exit 1
2424fi
2525MODEL=" $1 "
You can’t perform that action at this time.
0 commit comments