summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabresd.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:13:26 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:14:51 +0300
commit52139620be4084ac00e3c628616599c4a88c4191 (patch)
treebbc23c73bf32abfa7b1b1170fbd963e52a9167ff /include/configs/mx6sabresd.h
parent7906f91789de1f0ceed87d53a39ca2d7ca80150c (diff)
downloadu-boot-52139620be4084ac00e3c628616599c4a88c4191.tar.xz
global: Migrate CONFIG_PCIE_IMX_POWER_GPIO to CFG
Perform a simple rename of CONFIG_PCIE_IMX_POWER_GPIO to CFG_PCIE_IMX_POWER_GPIO Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx6sabresd.h')
-rw-r--r--include/configs/mx6sabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index 116a9c6abc..1aa8a56cce 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -21,7 +21,7 @@
#ifdef CONFIG_CMD_PCI
#define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12)
-#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19)
+#define CFG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19)
#endif
/* PMIC */