Similarly to how DEBUG_LL on non-EFI platforms often prints a >, make it print L"barebox" as well on start of execution. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- common/efi/payload/init.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/efi/payload/init.c b/common/efi/payload/init.c index d8a43e88856c..6db6b2389540 100644 --- a/common/efi/payload/init.c +++ b/common/efi/payload/init.c @@ -5,6 +5,10 @@ * Copyright (c) 2014 Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>, Pengutronix */ +#ifdef CONFIG_DEBUG_LL +#define DEBUG +#endif + #include <linux/linkage.h> #include <common.h> #include <linux/sizes.h> -- 2.30.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox