pi4 stuff
This commit is contained in:
@@ -39,7 +39,7 @@ dtb_path=$SRC_FIRMWARE_DIR
|
||||
echo "copying firmware..."
|
||||
|
||||
# Device Tree
|
||||
|
||||
useVendorDeviceTree=1
|
||||
if [ -n "$useVendorDeviceTree" ]; then
|
||||
echo -n "using vendor firmware from "
|
||||
dtb_path=$SRC_FIRMWARE_DIR
|
||||
@@ -50,6 +50,7 @@ fi
|
||||
echo $dtb_path
|
||||
|
||||
DTBS=("$dtb_path"/*.dtb)
|
||||
echo "dtbs all: $DTBS"
|
||||
for dtb in "${DTBS[@]}"; do
|
||||
# for dtb in $dtb_path/broadcom/*.dtb; do
|
||||
dst="$target/$(basename $dtb)"
|
||||
|
||||
Reference in New Issue
Block a user