]> Git Repo - u-boot.git/commit - configs/da850evm_direct_nor_defconfig
cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage
authorJoel Johnson <[email protected]>
Wed, 29 Jan 2020 16:17:18 +0000 (09:17 -0700)
committerStefano Babic <[email protected]>
Sun, 9 Feb 2020 13:58:08 +0000 (14:58 +0100)
commit72732318a956847a64fd112c4d210824b7616dc8
tree761bbb22ed62e7ec40e9c64e00215f8f0dd8dda5
parent4cfeb8df31d40ff1120ea9932644ec91fb3af02b
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
32 files changed:
README
cmd/Kconfig
cmd/mem.c
configs/M5249EVB_defconfig
configs/amcore_defconfig
configs/bcm11130_defconfig
configs/bcm11130_nand_defconfig
configs/bcm23550_w1d_defconfig
configs/bcm28155_ap_defconfig
configs/bcm28155_w1d_defconfig
configs/bcm911360_entphn-ns_defconfig
configs/bcm911360_entphn_defconfig
configs/bcm911360k_defconfig
configs/bcm958300k-ns_defconfig
configs/bcm958300k_defconfig
configs/bcm958305k_defconfig
configs/bcm958622hr_defconfig
configs/da850evm_defconfig
configs/da850evm_direct_nor_defconfig
configs/da850evm_nand_defconfig
configs/k2e_evm_defconfig
configs/k2e_hs_evm_defconfig
configs/k2g_evm_defconfig
configs/k2g_hs_evm_defconfig
configs/k2hk_evm_defconfig
configs/k2hk_hs_evm_defconfig
configs/k2l_evm_defconfig
configs/k2l_hs_evm_defconfig
configs/legoev3_defconfig
configs/omapl138_lcdk_defconfig
configs/x600_defconfig
configs/xtfpga_defconfig
This page took 0.040464 seconds and 4 git commands to generate.