Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <mpe@ellerman.id.au>
Reviewed-by: Cyril Bur <cyrilbur@gmail.com>

+5
+4
arch/powerpc/Makefile
··· 316 316 ppc64le_defconfig: 317 317 $(call merge_into_defconfig,ppc64_defconfig,le) 318 318 319 + PHONY += powernv_be_defconfig 320 + powernv_be_defconfig: 321 + $(call merge_into_defconfig,powernv_defconfig,be) 322 + 319 323 PHONY += mpc85xx_defconfig 320 324 mpc85xx_defconfig: 321 325 $(call merge_into_defconfig,mpc85xx_basic_defconfig,\
+1
arch/powerpc/configs/be.config
··· 1 + CONFIG_CPU_BIG_ENDIAN=y