From 281ed4c74b375926d5d674c75ecf71da3dfd4fa9 Mon Sep 17 00:00:00 2001 From: York Sun Date: Tue, 15 Nov 2016 13:52:34 -0800 Subject: powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig option Replace CONFIG_MPC8548 with ARCH_MPC8548 in Kconfig. Signed-off-by: York Sun --- board/xes/common/fsl_8xxx_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/xes/common') diff --git a/board/xes/common/fsl_8xxx_pci.c b/board/xes/common/fsl_8xxx_pci.c index 510f638ffe..62375717f0 100644 --- a/board/xes/common/fsl_8xxx_pci.c +++ b/board/xes/common/fsl_8xxx_pci.c @@ -55,7 +55,7 @@ void pci_init_board(void) } else { printf("PCI1: disabled\n"); } -#elif defined CONFIG_MPC8548 +#elif defined CONFIG_ARCH_MPC8548 volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR); /* PCI1 not present on MPC8572 */ setbits_be32(&gur->devdisr, MPC85xx_DEVDISR_PCI1); -- cgit v1.2.3