Skip to content

Commit f2aa59c

Browse files
committed
Fix typo log-i
Signed-off-by: Loïc Minier <[email protected]>
1 parent 2f47187 commit f2aa59c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build-u-boot-rb1.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ if [ -n "${missing}" ]; then
5757
fatal "Missing build-dependencies: ${missing}"
5858
fi
5959

60-
log-i "Cloning U-Boot (${GIT_REPO}:${GIT_BRANCH})"
60+
log_i "Cloning U-Boot (${GIT_REPO}:${GIT_BRANCH})"
6161
git clone --depth=0 --branch "${GIT_BRANCH}" "${GIT_REPO}" u-boot
6262

6363
cd u-boot
6464

65-
log-i "Configuring U-Boot (${CONFIG})"
65+
log_i "Configuring U-Boot (${CONFIG})"
6666
make "${CONFIG}"
6767

68-
log-i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
68+
log_i "Building U-Boot (with device tree ${U_BOOT_DEVICE_TREE})"
6969
make -j`nproc` DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
7070

7171
log_i "Creating Android boot image (${ABOOT_OUTPUT})"

0 commit comments

Comments
 (0)