From: Michael Ellerman Date: Mon, 24 Jul 2017 12:50:45 +0000 (+1000) Subject: powerpc/configs: Add a powernv_be_defconfig X-Git-Tag: v5.15~10505^2~309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3603c52f02ee3ad536e4cd08ac08e9c0c4d0c7eb;p=platform%2Fkernel%2Flinux-starfive.git powerpc/configs: Add a powernv_be_defconfig Although pretty much everyone using powernv is running little endian, we should still test we can build for big endian. So add a powernv_be_defconfig, which is autogenerated by flipping the endian symbol in powernv_defconfig. Signed-off-by: Michael Ellerman Reviewed-by: Cyril Bur --- diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 8d4ed73..7b8eddf 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -316,6 +316,10 @@ PHONY += ppc64le_defconfig ppc64le_defconfig: $(call merge_into_defconfig,ppc64_defconfig,le) +PHONY += powernv_be_defconfig +powernv_be_defconfig: + $(call merge_into_defconfig,powernv_defconfig,be) + PHONY += mpc85xx_defconfig mpc85xx_defconfig: $(call merge_into_defconfig,mpc85xx_basic_defconfig,\ diff --git a/arch/powerpc/configs/be.config b/arch/powerpc/configs/be.config new file mode 100644 index 0000000..c5cdc99 --- /dev/null +++ b/arch/powerpc/configs/be.config @@ -0,0 +1 @@ +CONFIG_CPU_BIG_ENDIAN=y