commit | 3ffc52fd23cb50ea27db7eabf81d95348798db90 | [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 | e878e6a7da54e33da4c265ae8e4456ea2a9b2ee1 [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>