mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
There is no need to call efi_get_variable() instead of efi_get_variable_common(). So let's use the internal function. Move forward declarations to the top of the file. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>