mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
cmd: Make CMD_MP depend on the CPU framework being disabled
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user