diff options
author | York Sun <york.sun@nxp.com> | 2016-11-23 14:08:36 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:16 -0800 |
commit | 4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12 (patch) | |
tree | 681cd86160a408bbb2c99f0cc0983acdd5786250 /arch/powerpc/cpu/mpc86xx/Makefile | |
parent | 51f05ff91408fc992cf7721904e18f8f9a980332 (diff) | |
download | u-boot-4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12.tar.gz |
powerpc: MPC8641: Remove macro CONFIG_MPC8641
Replace CONFIG_MPC8641 with ARCH_MPC8641 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc86xx/Makefile')
-rw-r--r-- | arch/powerpc/cpu/mpc86xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc86xx/Makefile b/arch/powerpc/cpu/mpc86xx/Makefile index 0caf9f1012..88c23fc58c 100644 --- a/arch/powerpc/cpu/mpc86xx/Makefile +++ b/arch/powerpc/cpu/mpc86xx/Makefile @@ -20,5 +20,5 @@ obj-$(CONFIG_OF_LIBFDT) += fdt.o obj-y += interrupts.o obj-$(CONFIG_MP) += mp.o obj-$(CONFIG_ARCH_MPC8610) += mpc8610_serdes.o -obj-$(CONFIG_MPC8641) += mpc8641_serdes.o +obj-$(CONFIG_ARCH_MPC8641) += mpc8641_serdes.o obj-y += speed.o |