summaryrefslogtreecommitdiffstats
path: root/include/configs/T208xQDS.h
diff options
context:
space:
mode:
authorBao Xiaowei <xiaowei.bao@nxp.com>2017-12-19 10:32:44 +0800
committerYork Sun <york.sun@nxp.com>2018-01-10 12:30:50 -0800
commit7abcd0c0188b55dd251d4d9eaf4db07395b1f26c (patch)
tree8cb1b38cd4e55cd8659001a14fff07727e393e9c /include/configs/T208xQDS.h
parentab0ab54e49180d701fd5fdefb4a819ed086eadee (diff)
downloadu-boot-7abcd0c0188b55dd251d4d9eaf4db07395b1f26c.tar.gz
u-boot-7abcd0c0188b55dd251d4d9eaf4db07395b1f26c.tar.xz
u-boot-7abcd0c0188b55dd251d4d9eaf4db07395b1f26c.zip
Powerpc: T208xQDS: Modify the comment of the CONFIG_FSL_PCIE_RESET macro
Remove duplicate macro CONFIG_FSL_PCIE_RESET and update its comment. It enables PCIe reset to fix link width 2x - 4x. Signed-off-by: Bao Xiaowei <xiaowei.bao@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r--include/configs/T208xQDS.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index bdff61af1b..6fbac5f9f6 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -534,7 +534,7 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_PCIE2 /* PCIE controller 2 */
#define CONFIG_PCIE3 /* PCIE controller 3 */
#define CONFIG_PCIE4 /* PCIE controller 4 */
-#define CONFIG_FSL_PCIE_RESET
+#define CONFIG_FSL_PCIE_RESET /* pcie reset fix link width 2x-4x*/
#define CONFIG_FSL_PCI_INIT /* Use common FSL init code */
#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
/* controller 1, direct to uli, tgtid 3, Base address 20000 */
@@ -578,7 +578,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 */
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
#endif