Commit db7df3733a7b81c70d85c07fa2c7454ae6178656

Authored by Eric Lee
1 parent 875064eca4

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*/