diff options
| author | York Sun <[email protected]> | 2016-11-16 11:39:20 -0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2016-11-23 23:42:06 -0800 |
| commit | c8f48474bc6bac1428b3f8a7268f4e6886dafc6d (patch) | |
| tree | 8a0410aefceb2cbf0b42e3dc3470fec84f52c38c /board | |
| parent | 3759b5b649aa77bcbdf8852ebd80de2090addc45 (diff) | |
powerpc: MPC8572: Remove macro CONFIG_MPC8572
Replace CONFIG_MPC8572 with ARCH_MPC8572 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/xes/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xes/common/Makefile b/board/xes/common/Makefile index 65d321abddc..1b2ec5cadc2 100644 --- a/board/xes/common/Makefile +++ b/board/xes/common/Makefile @@ -6,7 +6,7 @@ # obj-$(CONFIG_FSL_PCI_INIT) += fsl_8xxx_pci.o -obj-$(CONFIG_MPC8572) += fsl_8xxx_clk.o +obj-$(CONFIG_ARCH_MPC8572) += fsl_8xxx_clk.o obj-$(CONFIG_MPC86xx) += fsl_8xxx_clk.o obj-$(CONFIG_P2020) += fsl_8xxx_clk.o obj-$(CONFIG_MPC85xx) += fsl_8xxx_misc.o board.o |
