From fbdf8317081c783f0ac416336e76b7bf7160823c Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Sun, 4 Oct 2015 13:28:49 +0100 Subject: [PATCH] uboot: remove now-redundant ccache handling Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: Romain Naour Signed-off-by: Peter Korsgaard --- boot/uboot/uboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 8f321ac35f..74940788ce 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -74,7 +74,7 @@ endif UBOOT_ARCH = $(KERNEL_ARCH) UBOOT_MAKE_OPTS += \ - CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ ARCH=$(UBOOT_ARCH) # Helper function to fill the U-Boot config.h file. -- 2.30.2