Skip to content

Commit bb3470d

Browse files
committed
Revert "fixup"
This reverts commit 161168b.
1 parent 161168b commit bb3470d

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
@@ -15,7 +15,7 @@ GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
1515
# key and our ixboot scripts. Make sure here they are installed in the
1616
# proper directory so genimage can create the DOS partition the SPL
1717
# reads config.txt from.
18-
#find "${BINARIES_DIR}" -type f -name '*.dtbo' -exec mv '{}' "${BINARIES_DIR}/rpi-firmware/overlays/" \;
18+
find "${BINARIES_DIR}" -type f -name '*.dtbo' -exec mv '{}' "${BINARIES_DIR}/rpi-firmware/overlays/" \;
1919

2020
# Create FILES array for the genimage.cfg generation
2121
FILES=""

0 commit comments

Comments
 (0)