diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:20:42 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:05 -0800 |
commit | 4096f350d5218830ffedc56631e4382df478a370 (patch) | |
tree | 588786eb7162051981f6e98f8d5b218ae28dd033 /board/freescale/common | |
parent | 3aff30825eba88ab57f6fc2182ceef288c8aaafc (diff) | |
download | u-boot-imx-4096f350d5218830ffedc56631e4382df478a370.zip u-boot-imx-4096f350d5218830ffedc56631e4382df478a370.tar.gz u-boot-imx-4096f350d5218830ffedc56631e4382df478a370.tar.bz2 |
powerpc: MPC8541CDS: Remove macro CONFIG_MPC8541CDS
Replace with CONFIG_TARGET_MPC8541CDS from Kconfig.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/common')
-rw-r--r-- | board/freescale/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index db36e53..e01df42 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -45,7 +45,7 @@ endif obj-$(CONFIG_FSL_DCU_SII9022A) += dcu_sii9022a.o -obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o +obj-$(CONFIG_TARGET_MPC8541CDS) += cds_pci_ft.o obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o |