From 2b12f6cfe6239d8b6b8c5e7b0c5b5851f7bc489a Mon Sep 17 00:00:00 2001 From: Hou Zhiqiang Date: Thu, 23 May 2019 11:52:44 +0800 Subject: powerpc: mpc85xx: Move CONFIG_FSL_PCIE_RESET to Kconfig Use the Kconfig option to select the PCIe reset errata. Signed-off-by: Hou Zhiqiang Reviewed-by: Prabhakar Kushwaha --- include/configs/MPC8572DS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/MPC8572DS.h') diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 13fbbb3044..e3952f423b 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -27,7 +27,6 @@ #define CONFIG_PCIE3 1 /* PCIE controller 3 (ULI bridge) */ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ -#define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_ENV_OVERWRITE -- cgit