commit | defa7b8edd1f41ec255d16d6d95b29db44d2a7d8 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Apr 19 12:22:28 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 23 00:37:27 2019 +0200 |
tree | c9ac1499a4d6dea850f463df9d512025a218e67d | |
parent | 391bc8a9388dd0d36a24932954e17b32bc1a8598 [diff] |
cmd: bootefi: rework set_load_options() set_load_options() can fail, so it should return error code to stop invoking an image. In addition, set_load_options() now takes a handle, instead of loaded_image_info, to utilize efi_load_image() in a later patch. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>