diff options
author | Joel Johnson <mrjoel@lixil.net> | 2020-01-29 09:17:18 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-02-09 14:58:08 +0100 |
commit | 72732318a956847a64fd112c4d210824b7616dc8 (patch) | |
tree | 761bbb22ed62e7ec40e9c64e00215f8f0dd8dda5 /configs/bcm911360_entphn-ns_defconfig | |
parent | 4cfeb8df31d40ff1120ea9932644ec91fb3af02b (diff) | |
download | u-boot-72732318a956847a64fd112c4d210824b7616dc8.tar.gz |
cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage
Both CMD_MX_CYCLIC and MX_CYCLIC are in use and defined in Kconfig,
but only the non-CMD version currently does anything. This changes all
usages to prefer the CMD_MX_CYCLIC option (since it's only affecting
addition of the commands), and switches defconfigs using the non-CMD
version to use the CMD version.
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/bcm911360_entphn-ns_defconfig')
-rw-r--r-- | configs/bcm911360_entphn-ns_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bcm911360_entphn-ns_defconfig b/configs/bcm911360_entphn-ns_defconfig index 6827439f54..cca6558c5b 100644 --- a/configs/bcm911360_entphn-ns_defconfig +++ b/configs/bcm911360_entphn-ns_defconfig @@ -12,7 +12,7 @@ CONFIG_HUSH_PARSER=y # CONFIG_AUTOBOOT is not set CONFIG_CMD_BOOTZ=y CONFIG_CMD_ASKENV=y -CONFIG_MX_CYCLIC=y +CONFIG_CMD_MX_CYCLIC=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_MII=y CONFIG_CMD_PING=y |