powerpc/boot: Fix CONFIG_PPC_MPC52XX references
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 13:17:26 +0000 (23:17 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jul 2020 11:08:22 +0000 (21:08 +1000)
commite5eff89657e72a9050d95fde146b54c7dc165981
tree5c9cb2adaa891c8989959cba079d5c533b3d44cc
parent69eeff022433b54390a359c629f6457d7d1a8e94
powerpc/boot: Fix CONFIG_PPC_MPC52XX references

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
arch/powerpc/boot/Makefile
arch/powerpc/boot/serial.c