armbian-next: drop old code for patching & fasthash

- split the modification time stuff to general
This commit is contained in:
Ricardo Pardini
2022-12-27 21:27:16 +01:00
parent 143ba996ca
commit 9370c19a44
7 changed files with 11 additions and 198 deletions

View File

@@ -134,9 +134,6 @@ function compile_uboot_target() {
fi
fasthash_debug "finish"
finish_fasthash "u-boot" # this reports the final hash and creates git branch to build ID. All modifications commited.
# workaround when two compilers are needed
cross_compile="CROSS_COMPILE=\"$CCACHE $UBOOT_COMPILER\""
[[ -n $UBOOT_TOOLCHAIN2 ]] && cross_compile="ARMBIAN=foe" # empty parameter is not allowed