summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoy Cho <joy.cho@hardkernel.com>2018-06-28 15:04:15 +0900
committerDongjin Kim <tobetter@gmail.com>2018-07-16 14:49:47 +0900
commit057d5d10514eeb45e4c1d43f1e15ef2efae70b46 (patch)
tree6c5ffa5140eade3c766f23eb9964d91d9c4e5e88 /Makefile
parent276a71d3e56294c4e5f630d6169674f74998ceb6 (diff)
downloadu-boot-odroid-c1-057d5d10514eeb45e4c1d43f1e15ef2efae70b46.tar.gz
ODROID-C3: remove hardcoded toolchain path
Change-Id: I8aad2dd01250784bf50a624ff28f02af249b2eb7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37b94d52bd..fe239a20e4 100644
--- a/Makefile
+++ b/Makefile
@@ -246,8 +246,7 @@ ifeq ($(HOSTARCH),$(ARCH))
CROSS_COMPILE ?=
endif
-export CROSS_COMPILE=/opt/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin/aarch64-none-elf-
-export CROSS_COMPILE_T32=/opt/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-
+export CROSS_COMPILE=aarch64-none-elf-
KCONFIG_CONFIG ?= .config
export KCONFIG_CONFIG