summaryrefslogtreecommitdiffstats
path: root/core/tasks/uboot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/tasks/uboot.mk')
-rw-r--r--core/tasks/uboot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tasks/uboot.mk b/core/tasks/uboot.mk
index 1e76d74..d67850c 100644
--- a/core/tasks/uboot.mk
+++ b/core/tasks/uboot.mk
@@ -37,7 +37,7 @@ ifeq ($(TARGET_ARCH),arm)
ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/linux-x86/toolchain/$(TARGET_KERNEL_CUSTOM_TOOLCHAIN)/bin/arm-eabi-"
endif
else
- ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ARM_EABI_TOOLCHAIN)/arm-eabi-"
+ ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) arm-none-eabi-"
endif
ccache =
endif