commit | 9ad046ecd5bd224211d513c7a4dfa0845d2473ee | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Feb 12 21:38:02 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:42:19 2019 +0100 |
tree | d8646ff3def4c89a2a266ccb051092c2501634c2 | |
parent | 77ff4d86f63c91c08b29d7b3a410be20bdc1c0c3 [diff] |
efi_selftest: fix memory allocation in HII tests In efi_selftest we are in EFI land. We cannot call U-Boot library functions malloc() and free() but should use the boot time services instead. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Alexander Graf <agraf@suse.de>