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 /arch/powerpc/cpu/mpc85xx/pci.c | |
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 'arch/powerpc/cpu/mpc85xx/pci.c')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/pci.c b/arch/powerpc/cpu/mpc85xx/pci.c index c6d2fda..bf003a7 100644 --- a/arch/powerpc/cpu/mpc85xx/pci.c +++ b/arch/powerpc/cpu/mpc85xx/pci.c @@ -120,7 +120,7 @@ pci_mpc85xx_init(struct pci_controller *board_hose) pci_register_hose(hose); -#if defined(CONFIG_MPC8555CDS) || defined(CONFIG_MPC8541CDS) +#if defined(CONFIG_MPC8555CDS) || defined(CONFIG_TARGET_MPC8541CDS) /* * This is a SW workaround for an apparent HW problem * in the PCI controller on the MPC85555/41 CDS boards. |