cli: uboot: Remove HOME workaround for old tinkerboard/xt-q8l-v10 U-Boot

This temporary workaround was only needed for tinkerboard and xt-q8l-v10 version 2022.04 U-Boot. The version has since bumped to 2024.07 and builds fine without this.
This commit is contained in:
ColorfulRhino
2024-07-07 10:58:50 +02:00
committed by Paolo
parent 87b90295ea
commit 5bb665f965

View File

@@ -216,7 +216,6 @@ function compile_uboot_target() {
"CCACHE_BASEDIR=$(pwd)"
"PATH=${toolchain}:${toolchain2}:${PATH}"
"PYTHONPATH=\"${PYTHON3_INFO[MODULES_PATH]}:${PYTHONPATH}\"" # Insert the pip modules downloaded by Armbian into PYTHONPATH (needed e.g. for pyelftools)
"HOME=${WORKDIR}" # give it a temporary-dir HOME; some Python stuff in old u-boots wants HOME env to be set
)
# workaround when two compilers are needed