]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: deduplicate code in cmd/bootefi.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:16:25 +0000 (20:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:23 +0000 (20:54 +0200)
commitc2c5df4e5647264ffcb08a09f7f6200120c7b349
tree67e1a3380ad3ee4ef3025d87f7da7a5411903418
parent2bb3b193845178c81671cd43a081193ab81f37b0
efi_loader: deduplicate code in cmd/bootefi.c

Move duplicate initialization code to single instance.

Adjust comments of concerned functions.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c