MAX_CPUS and AP_STACK_SIZE are only meaningful when SMP is on.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
config MAX_CPUS
int "Maximum number of CPUs permitted"
+ depends on SMP
default 4
help
When using multi-CPU chips it is possible for U-Boot to start up
config AP_STACK_SIZE
hex
+ depends on SMP
default 0x1000
help
Each additional CPU started by U-Boot requires its own stack. This