cmake: update kernel name references

This commit is contained in:
2026-05-30 10:14:38 +01:00
parent 87fe2d20ec
commit d879a37cb3
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ def successful_boot(boot_log, out):
log(out, "Multiple kernel panics!")
return 1
nr_boots = boot_log.count('Mango kernel version')
nr_boots = boot_log.count('Magenta kernel version')
if nr_boots == 0:
log(out, "Kernel didn't start!")
return 1