commit | 6a7ae672c21ccfdb4ac23023ce679fc28d201d8e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 12 17:44:08 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 13 02:38:00 2021 +0100 |
tree | d297cb8a04274b50b758dd2c96f7eee663ffb6a6 | |
parent | c82e626c42e53fddcbce259a6cc9b63ca3cf1716 [diff] |
efi_loader: simplify running helloworld.efi Currently when executing 'bootefi hello' we copy helloworld.efi to the address identified by environment variable loadaddr. This is unexected behavior for a user. There is no need to copy helloworld.efi before executing it after relocation. Remove the copy action. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>