diff options
Diffstat (limited to 'src/soc/amd/glinda/cpu.c')
-rw-r--r-- | src/soc/amd/glinda/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/glinda/cpu.c b/src/soc/amd/glinda/cpu.c index 91f6a9f248..06e62c5b21 100644 --- a/src/soc/amd/glinda/cpu.c +++ b/src/soc/amd/glinda/cpu.c @@ -9,7 +9,7 @@ #include <device/device.h> #include <soc/cpu.h> -_Static_assert(CONFIG_MAX_CPUS == 8, "Do not override MAX_CPUS. To reduce the number of " +_Static_assert(CONFIG_MAX_CPUS == 24, "Do not override MAX_CPUS. To reduce the number of " "available cores, use the downcore_mode and disable_smt devicetree settings instead."); static void zen_2_3_init(struct device *dev) |