Skip to content

Commit c96e5d1

Browse files
committed
Another typo in dts
Signed-off-by: Loïc Minier <[email protected]>
1 parent 87e48a5 commit c96e5d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/build-u-boot-rb1.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ packages="git"
2626
packages="${packages} crossbuild-essential-arm64"
2727
# u-boot build-dependencies
2828
packages="${packages} make bison flex bc libssl-dev gnutls-dev"
29+
# for nproc
30+
packages="${packages} coreutils"
2931
# needed to pack resulting u-boot binary into an Android boot image
3032
packages="${packages} gzip mkbootimg"
3133

@@ -71,7 +73,7 @@ make -j`nproc` DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
7173
log_i "Creating Android boot image (${ABOOT_OUTPUT})"
7274
gzip u-boot-nodtb.bin
7375
cat u-boot-nodtb.bin.gz \
74-
"dts/upstream/src/arm64/qcom/${U_BOOT_DEVICE_TREE}.dtb" \
76+
"dts/upstream/src/arm64/${U_BOOT_DEVICE_TREE}.dtb" \
7577
>u-boot-nodtb.bin.gz-dtb
7678
mkbootimg --base "${ABOOT_BASE_ADDRESS}" \
7779
--pagesize "${ABOOT_PAGE_SIZE}" \

0 commit comments

Comments
 (0)