Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 234a71a7 authored by kerstin jonsson's avatar kerstin jonsson Committed by Benjamin Herrenschmidt
Browse files

powerpc: Set CONFIG_32BIT on ppc32



commit ffe8018c of the -mm tree
fixes the initramfs size calculation for e.g. s390 but breaks it
for 32bit architectures which do not define CONFIG_32BIT.

This patch fix the problem for PPC32 which will elsewise end up
with a __initramfs_size of 0.

Signed-off-by: default avatarKerstin Jonsson <kerstin.jonsson@ericsson.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 4a89261b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ config PPC32
	bool
	default y if !PPC64

config 32BIT
	bool
	default y if PPC32

config 64BIT
	bool
	default y if PPC64