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 794cb13 commit d3062aaCopy full SHA for d3062aa
src/board/raspberry-pi-4/mkimage.sh
@@ -5,7 +5,7 @@ set -e
5
BOARD_DIR=$(dirname "$0")
6
GENIMAGE_CFG="${BUILD_DIR}/genimage.cfg"
7
GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
8
-TARGET_DIR="${BR2_EXTERNAL_INFIX_PATH}/output/target}"
+TARGET_DIR="${BR2_EXTERNAL_INFIX_PATH}/output/target"
9
10
# Device trees are installed for distro boot (syslinux.conf), but on RPi
11
# we need them for the SPL, which feeds the TPL (U-Boot) for use instead
0 commit comments