]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bootefi: unfold do_bootefi_image()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Nov 2023 01:29:39 +0000 (10:29 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:04:53 +0000 (13:04 +0100)
commit05e2cade01df4461569a07c1d109d5acae14e1fa
tree766fe3e7824dbae5d243e40ced5ee2fd9d01b490
parentcd948210332783c2b1c6d10a982a80c0da4f69b9
cmd: bootefi: unfold do_bootefi_image()

Unfold do_bootefi_image() into do_bootefi() in order to make it easier
to re-organize do_bootefi() in the next commit.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
cmd/bootefi.c