From: Camelia Groza Date: Wed, 3 Mar 2021 12:06:10 +0000 (+0200) Subject: powerpc/configs/sdk_dpaa: update targets to corenet_base.config for v5.5 X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~50 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=3e712b9470b3d8e4fe0fe75b422b851abf27ea7a;p=linux.git 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 --- 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