]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd5e3e8af013d81d135374dddace1476b94b4c567
tree5c9cb2adaa891c8989959cba079d5c533b3d44cc
parent30d4212115332a03302e6a2bc944fdfb75b3215d
powerpc/boot: Fix CONFIG_PPC_MPC52XX references

Commit 9cdfb4daed17 ("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: 9cdfb4daed17 ("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