Skip to content

Commit

Permalink
u-boot: log what the BOOTCONFIG is when building
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini authored and igorpecovnik committed Jul 1, 2023
1 parent a878f3c commit 079549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/compilation/uboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function compile_uboot_target() {
For example, changing Python version can be done by replacing the `${BIN_WORK_DIR}/python` symlink.
PRE_CONFIG_UBOOT_TARGET

display_alert "${uboot_prefix}Preparing u-boot config" "${version} ${target_make}" "info"
display_alert "${uboot_prefix}Preparing u-boot config '${BOOTCONFIG}'" "${version} ${target_make}" "info"
declare -g if_error_detail_message="${uboot_prefix}Failed to configure u-boot ${version} $BOOTCONFIG ${target_make}"
run_host_command_logged CCACHE_BASEDIR="$(pwd)" PATH="${toolchain}:${toolchain2}:${PATH}" \
"KCFLAGS=-fdiagnostics-color=always" \
Expand Down

0 comments on commit 079549b

Please sign in to comment.