aboutsummaryrefslogtreecommitdiff
path: root/include/configs/cm_fx6.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:04:56 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:14:51 -0500
commitdd11fdc31fb82f63258c1970a6d8d22b8ffd3173 (patch)
tree520f1329dfd1aa91100be5aa28fb3c01f5797cad /include/configs/cm_fx6.h
parent4db386655a889b6466d2c3f40839ad21205c6d21 (diff)
downloadu-boot-dd11fdc31fb82f63258c1970a6d8d22b8ffd3173.zip
u-boot-dd11fdc31fb82f63258c1970a6d8d22b8ffd3173.tar.gz
u-boot-dd11fdc31fb82f63258c1970a6d8d22b8ffd3173.tar.bz2
global: Migrate CONFIG_MXC_USB_FLAGS et al to CFG
Perform simple renames of: CONFIG_MXC_USB_FLAGS to CFG_MXC_USB_FLAGS CONFIG_MXC_USB_PORT to CFG_MXC_USB_PORT CONFIG_MXC_USB_PORTSC to CFG_MXC_USB_PORTSC Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r--include/configs/cm_fx6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 90ebec4..7d0f2b6 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -135,8 +135,8 @@
#define CFG_FEC_MXC_PHYADDR 0
/* USB */
-#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
-#define CONFIG_MXC_USB_FLAGS 0
+#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
+#define CFG_MXC_USB_FLAGS 0
/* Boot */
#define CFG_SYS_BOOTMAPSZ (8 << 20)