Commit 2b0d7376c7014a118e5d532e8c06dee85d3c022c

Authored by Eric Lee
1 parent 7524aaeff2

Add u-boot PCIE support

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

include/configs/smarcfimx6.h
... ... @@ -75,13 +75,12 @@
75 75 * Remove the mask freely, if the uboot pcie functions, rather than
76 76 * the kernel's, are required.
77 77 */
78   -/* #define CONFIG_CMD_PCI */
  78 +#define CONFIG_CMD_PCI
79 79 #ifdef CONFIG_CMD_PCI
80 80 #define CONFIG_PCI
81 81 #define CONFIG_PCI_PNP
82 82 #define CONFIG_PCI_SCAN_SHOW
83 83 #define CONFIG_PCIE_IMX
84   -#define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(1, 20)
85 84 #endif
86 85  
87 86 /*#define CONFIG_SPLASH_SCREEN*/