diff --git a/lib/functions/compilation/uboot-patching.sh b/lib/functions/compilation/uboot-patching.sh index 2e50be3db5..c7c7e43dec 100644 --- a/lib/functions/compilation/uboot-patching.sh +++ b/lib/functions/compilation/uboot-patching.sh @@ -49,7 +49,8 @@ function uboot_main_patching_python() { "MAINTAINER_NAME=${MAINTAINER}" # Name of the maintainer "MAINTAINER_EMAIL=${MAINTAINERMAIL}" # Email of the maintainer ) - display_alert "Calling Python patching script" "for u-boot target" "info" + display_alert "Calling Python patching script" "for U-Boot ${BOOTBRANCH}" "info" + display_alert "Using U-Boot patch dir:" "${BOOTPATCHDIR}" "info" # "raw_command" is only for logging purposes. raw_command="[...shortened u-boot patching...] ${PYTHON3_INFO[BIN]} ${SRC}/lib/tools/patching.py" \