We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342075f commit 788533fCopy full SHA for 788533f
src/board/raspberry-pi-4/mkimage.sh
@@ -9,7 +9,7 @@ GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
9
# Device trees are installed for distro boot (syslinux.conf), but on RPi
10
# we need them for the SPL, which feeds the TPL (U-Boot) for use instead
11
# of the (built-in) control DT other platforms use.
12
-find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
+#find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
13
14
# We've asked U-Boot previously to build overlays for us: Infix signing
15
# key and our ixboot scripts. Make sure here they are installed in the
0 commit comments