commit | e878e6a7da54e33da4c265ae8e4456ea2a9b2ee1 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Apr 19 12:22:29 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 23 00:37:27 2019 +0200 |
tree | 84dc1eb7ad8faa3925b395a28ee1f1c2bfc99dd7 | |
parent | defa7b8edd1f41ec255d16d6d95b29db44d2a7d8 [diff] |
cmd: bootefi: carve out fdt handling from do_bootefi() This is a preparatory patch for reworking do_bootefi() in later patch. Carve out a function to handle the installation of the device tree as a configuration table in system table. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>