From: Jan Kiszka <[email protected]> error_exit takes care of that.
Signed-off-by: Jan Kiszka <[email protected]> --- kernel-stub/fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-stub/fdt.c b/kernel-stub/fdt.c index 11e8857..a832660 100644 --- a/kernel-stub/fdt.c +++ b/kernel-stub/fdt.c @@ -140,7 +140,7 @@ BOOLEAN match_fdt(const VOID *fdt, const CHAR8 *compatible) const CHAR8 *alt_compatible; if (!compatible) { - error_exit(L"Found .dtb section but no firmware DTB\n", + error_exit(L"Found .dtb section but no firmware DTB", EFI_NOT_FOUND); } -- 2.35.3 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/908918b633675a3940ae23e002382574b4c7f0da.1657110125.git.jan.kiszka%40siemens.com.
