cmd: bootefi: carve out fdt handling from do_bootefi()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Fri, 19 Apr 2019 03:22:29 +0000 (12:22 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 22:37:27 +0000 (00:37 +0200)
commite878e6a7da54e33da4c265ae8e4456ea2a9b2ee1
tree84dc1eb7ad8faa3925b395a28ee1f1c2bfc99dd7
parentdefa7b8edd1f41ec255d16d6d95b29db44d2a7d8
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>
cmd/bootefi.c