From c92a8727ffdd980a5a25d0733480a7f276ae5e97 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 3 Feb 2019 15:27:23 +0200 Subject: [PATCH] Raspberry Pi (2, 3): update initramfs ccache folder --- configs/raspberrypi2_initramfs_defconfig | 2 +- configs/raspberrypi3_initramfs_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/raspberrypi2_initramfs_defconfig b/configs/raspberrypi2_initramfs_defconfig index 1c9fa9712d..5f6512aed9 100644 --- a/configs/raspberrypi2_initramfs_defconfig +++ b/configs/raspberrypi2_initramfs_defconfig @@ -2,7 +2,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi-initramfs" +BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi2-initramfs" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TARGET_OPTIMIZATION="-pipe" diff --git a/configs/raspberrypi3_initramfs_defconfig b/configs/raspberrypi3_initramfs_defconfig index 1c9fa9712d..7f50bf393e 100644 --- a/configs/raspberrypi3_initramfs_defconfig +++ b/configs/raspberrypi3_initramfs_defconfig @@ -2,7 +2,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi-initramfs" +BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi3-initramfs" BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TARGET_OPTIMIZATION="-pipe"