diff options
author | Tom Rini | 2022-12-04 10:04:56 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:14:51 -0500 |
commit | dd11fdc31fb82f63258c1970a6d8d22b8ffd3173 (patch) | |
tree | 520f1329dfd1aa91100be5aa28fb3c01f5797cad /include/configs/warp7.h | |
parent | 4db386655a889b6466d2c3f40839ad21205c6d21 (diff) |
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/warp7.h')
-rw-r--r-- | include/configs/warp7.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 0826e0bbe02..5d2956a5963 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -93,7 +93,7 @@ #define CFG_SYS_FSL_USDHC_NUM 1 -#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) +#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) /* USB Device Firmware Update support */ #define DFU_DEFAULT_POLL_TIMEOUT 300 |