]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: Make CMD_MP depend on the CPU framework being disabled
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:51:30 +0000 (14:51 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:48 +0000 (16:12 -0600)
The CMD_MP (and cmd/mp.c) command provide a "cpu" command which is
mutually exclusive from the "cpu" command provided by cmd/cpu.c and the
CPU framework. Make CMD_MP depend on CPU not being enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig

index 9a901122e95e03c845dd6cedc0dbb2a8e54124fc..bb11fd07cdfdfccf64bf9c6ea5dd2d644dd41f27 100644 (file)
@@ -2437,7 +2437,7 @@ config CMD_SLEEP
 
 config CMD_MP
        bool "support for multiprocessor commands"
-       depends on MP
+       depends on MP && !CPU
        default y
        help
          This enables commands to bringup different processors