From 3e712b9470b3d8e4fe0fe75b422b851abf27ea7a Mon Sep 17 00:00:00 2001 From: Camelia Groza Date: Wed, 3 Mar 2021 14:06:10 +0200 Subject: [PATCH] powerpc/configs/sdk_dpaa: update targets to corenet_base.config for v5.5 The base config was renamed in upstream commit 58b12eb28e34 ("powerpc/configs: Rename foo_basic_defconfig to foo_base.config"). Signed-off-by: Camelia Groza --- arch/powerpc/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 2d247628481e..713e1bc772aa 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -352,27 +352,27 @@ corenet64_smp_defconfig: PHONY += corenet32_smp_sdk_defconfig corenet32_smp_sdk_defconfig: - $(call merge_into_defconfig,corenet_basic_defconfig,\ + $(call merge_into_defconfig,corenet_base.config,\ 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw sdk_dpaa) PHONY += corenet32_fmanv3l_smp_sdk_defconfig corenet32_fmanv3l_smp_sdk_defconfig: - $(call merge_into_defconfig,corenet_basic_defconfig,\ + $(call merge_into_defconfig,corenet_base.config,\ 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw sdk_dpaa fmanv3l) PHONY += corenet64_smp_sdk_defconfig corenet64_smp_sdk_defconfig: - $(call merge_into_defconfig,corenet_basic_defconfig,\ + $(call merge_into_defconfig,corenet_base.config,\ 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw sdk_dpaa) PHONY += corenet64_fmanv3l_smp_sdk_defconfig corenet64_fmanv3l_smp_sdk_defconfig: - $(call merge_into_defconfig,corenet_basic_defconfig,\ + $(call merge_into_defconfig,corenet_base.config,\ 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw sdk_dpaa fmanv3l) PHONY += corenet64_fmanv3h_smp_sdk_defconfig corenet64_fmanv3h_smp_sdk_defconfig: - $(call merge_into_defconfig,corenet_basic_defconfig,\ + $(call merge_into_defconfig,corenet_base.config,\ 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw sdk_dpaa fmanv3h) PHONY += mpc86xx_defconfig -- 2.17.1