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 2f47187 commit f2aa59cCopy full SHA for f2aa59c
scripts/build-u-boot-rb1.sh
@@ -57,15 +57,15 @@ if [ -n "${missing}" ]; then
57
fatal "Missing build-dependencies: ${missing}"
58
fi
59
60
-log-i "Cloning U-Boot (${GIT_REPO}:${GIT_BRANCH})"
+log_i "Cloning U-Boot (${GIT_REPO}:${GIT_BRANCH})"
61
git clone --depth=0 --branch "${GIT_BRANCH}" "${GIT_REPO}" u-boot
62
63
cd u-boot
64
65
-log-i "Configuring U-Boot (${CONFIG})"
+log_i "Configuring U-Boot (${CONFIG})"
66
make "${CONFIG}"
67
68
-log-i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
+log_i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
69
make -j`nproc` DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
70
71
log_i "Creating Android boot image (${ABOOT_OUTPUT})"
0 commit comments