commit | 451e991bbba7f7682f21e7a878f1d29dae7b90c1 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Apr 19 12:22:30 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 23 00:37:28 2019 +0200 |
tree | 9577df02dd525d701aad43c04dbec96d9ee190b6 | |
parent | cc02f171d9ffa2674b19fd3dcd8b336ccf077abd [diff] |
cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() This is a preparatory patch for reworking do_bootefi() in later patch. For simplicity, merge two functions. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Return error code of efi_install_configuration_table() when aborting from efi_install_fdt(). Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>