summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/morgana/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/morgana/cpu.c')
-rw-r--r--src/soc/amd/morgana/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/morgana/cpu.c b/src/soc/amd/morgana/cpu.c
index fe5a1b8ae732..68c3a343435a 100644
--- a/src/soc/amd/morgana/cpu.c
+++ b/src/soc/amd/morgana/cpu.c
@@ -16,7 +16,7 @@
#include <soc/cpu.h>
#include <soc/iomap.h>
-_Static_assert(CONFIG_MAX_CPUS == 8, "Do not override MAX_CPUS. To reduce the number of "
+_Static_assert(CONFIG_MAX_CPUS == 16, "Do not override MAX_CPUS. To reduce the number of "
"available cores, use the downcore_mode and disable_smt devicetree settings instead.");
/* MP and SMM loading initialization */