powerpc/boot: Fix CONFIG_PPC_MPC52XX references
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 13:17:26 +0000 (23:17 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:24:03 +0000 (08:24 +0200)
commit88871a2234af4475a249407776f3fb597b40a6d9
tree8aa518df4bf8a63ae2365c4c990d4b91e0cedf43
parent9b00a93f792674193c664a1bf47d599fbc4392b7
powerpc/boot: Fix CONFIG_PPC_MPC52XX references

[ Upstream commit e5eff89657e72a9050d95fde146b54c7dc165981 ]

Commit 866bfc75f40e ("powerpc: conditionally compile platform-specific
serial drivers") made some code depend on CONFIG_PPC_MPC52XX, which
doesn't exist.

Fix it to use CONFIG_PPC_MPC52xx.

Fixes: 866bfc75f40e ("powerpc: conditionally compile platform-specific serial drivers")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200724131728.1643966-7-mpe@ellerman.id.au
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/serial.c