Skip to content

Commit 794cb13

Browse files
committed
fixup
1 parent 63192c7 commit 794cb13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ set -e
55
BOARD_DIR=$(dirname "$0")
66
GENIMAGE_CFG="${BUILD_DIR}/genimage.cfg"
77
GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
8+
TARGET_DIR="${BR2_EXTERNAL_INFIX_PATH}/output/target}"
89

910
# Device trees are installed for distro boot (syslinux.conf), but on RPi
1011
# we need them for the SPL, which feeds the TPL (U-Boot) for use instead
1112
# of the (built-in) control DT other platforms use.
12-
#find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
13+
find "${TARGET_DIR}/boot" -type f -name '*.dtb' -exec cp '{}' "${BINARIES_DIR}/" \;
1314

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

0 commit comments

Comments
 (0)