Skip to content

Commit 788533f

Browse files
committed
fixup
1 parent 342075f commit 788533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/raspberry-pi-4/mkimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
99
# Device trees are installed for distro boot (syslinux.conf), but on RPi
1010
# we need them for the SPL, which feeds the TPL (U-Boot) for use instead
1111
# of the (built-in) control DT other platforms use.
12-
find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
12+
#find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
1313

1414
# We've asked U-Boot previously to build overlays for us: Infix signing
1515
# key and our ixboot scripts. Make sure here they are installed in the

0 commit comments

Comments
 (0)