diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2019-05-23 11:52:44 +0800 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-06-20 10:44:09 +0530 |
commit | 2b12f6cfe6239d8b6b8c5e7b0c5b5851f7bc489a (patch) | |
tree | 6d0ebb01974bb833c5a5be3f379919e7256259f1 /include/configs/T208xRDB.h | |
parent | c16dfd016afb92771d425ae84a2949da1d7e112b (diff) | |
download | u-boot-2b12f6cfe6239d8b6b8c5e7b0c5b5851f7bc489a.tar.gz |
powerpc: mpc85xx: Move CONFIG_FSL_PCIE_RESET to Kconfig
Use the Kconfig option to select the PCIe reset errata.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'include/configs/T208xRDB.h')
-rw-r--r-- | include/configs/T208xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 4b53e19fd4..ab92ca3b68 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -476,7 +476,6 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_PCI #define CONFIG_PCI_INDIRECT_BRIDGE -#define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata LSZ ADD */ #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #endif |