Skip to content

Commit d3062aa

Browse files
committed
fixup
1 parent 794cb13 commit d3062aa

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
@@ -5,7 +5,7 @@ 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}"
8+
TARGET_DIR="${BR2_EXTERNAL_INFIX_PATH}/output/target"
99

1010
# Device trees are installed for distro boot (syslinux.conf), but on RPi
1111
# we need them for the SPL, which feeds the TPL (U-Boot) for use instead

0 commit comments

Comments
 (0)