mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: drop old code for patching & fasthash
- split the modification time stuff to general
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user