On Mon, 29 Jun 2020 at 12:08, Heinrich Schuchardt <[email protected]> wrote: > > If a file cannot be loaded, show an error message. > Set the EFI boot device only after successfully loading a file. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2: > use if() instead of #ifdef > --- > fs/fs.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

