Re: [U-Boot] [PATCH 1/1] efi_loader: bootmgr: print a message when loading from BootNext failed

2019-05-29 Thread Alexander Graf
> Am 29.05.2019 um 12:59 schrieb Heinrich Schuchardt : > >> On 5/29/19 11:40 AM, Alexander Graf wrote: >> >>> On 28.05.19 12:13, Heinrich Schuchardt wrote: >>> From: AKASHI Takahiro >>> >>> If a user defines BootNext but not BootOrder and loading from BootNext >>> fails, you will see only a

Re: [U-Boot] [PATCH 1/1] efi_loader: bootmgr: print a message when loading from BootNext failed

2019-05-29 Thread Heinrich Schuchardt
On 5/29/19 11:40 AM, Alexander Graf wrote: On 28.05.19 12:13, Heinrich Schuchardt wrote: From: AKASHI Takahiro If a user defines BootNext but not BootOrder and loading from BootNext fails, you will see only a message like this: BootOrder not defined This may confuse a user. Adding an

Re: [U-Boot] [PATCH 1/1] efi_loader: bootmgr: print a message when loading from BootNext failed

2019-05-29 Thread Alexander Graf
On 28.05.19 12:13, Heinrich Schuchardt wrote: From: AKASHI Takahiro If a user defines BootNext but not BootOrder and loading from BootNext fails, you will see only a message like this: BootOrder not defined This may confuse a user. Adding an error message will be helpful.

[U-Boot] [PATCH 1/1] efi_loader: bootmgr: print a message when loading from BootNext failed

2019-05-28 Thread Heinrich Schuchardt
From: AKASHI Takahiro If a user defines BootNext but not BootOrder and loading from BootNext fails, you will see only a message like this: BootOrder not defined This may confuse a user. Adding an error message will be helpful. Signed-off-by: AKASHI Takahiro Adjust message for