We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161168b commit bb3470dCopy full SHA for bb3470d
src/board/raspberry-pi-4/mkimage.sh
@@ -15,7 +15,7 @@ GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
15
# key and our ixboot scripts. Make sure here they are installed in the
16
# proper directory so genimage can create the DOS partition the SPL
17
# reads config.txt from.
18
-#find "${BINARIES_DIR}" -type f -name '*.dtbo' -exec mv '{}' "${BINARIES_DIR}/rpi-firmware/overlays/" \;
+find "${BINARIES_DIR}" -type f -name '*.dtbo' -exec mv '{}' "${BINARIES_DIR}/rpi-firmware/overlays/" \;
19
20
# Create FILES array for the genimage.cfg generation
21
FILES=""
0 commit comments