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 09f7e11 commit 0c27717Copy full SHA for 0c27717
scripts/build-u-boot-rb1.sh
@@ -70,7 +70,8 @@ log_i "Configuring U-Boot (${CONFIG})"
70
make "${CONFIG}"
71
72
log_i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
73
-make -j`nproc` DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
+make -j`nproc` \
74
+ CROSS_COMPILE=aarch64-linux-gnu- DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
75
76
log_i "Creating Android boot image (${ABOOT_OUTPUT})"
77
gzip u-boot-nodtb.bin
0 commit comments