Re: [PATCH 2/7] efi: Show the vendor in helloworld

2023-11-21 Thread Heinrich Schuchardt
On 11/21/23 12:35, Simon Glass wrote: Show the vendor name since it useful to see that. With this commit message it remains unclear why displaying the constant value (u"Das U-Boot") is of any value. Best regards Heinrich Signed-off-by: Simon Glass --- lib/efi_loader/helloworld.c | 3

[PATCH 2/7] efi: Show the vendor in helloworld

2023-11-21 Thread Simon Glass
Show the vendor name since it useful to see that. Signed-off-by: Simon Glass --- lib/efi_loader/helloworld.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c index bd72822c0b72..1135d3a3c37e 100644 ---