mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi_selftest: test exit_data
Amend the unit test 'start image exit' to transfer a string as exit data. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
556d8dc937
commit
a9a25cc3e7
3 changed files with 27 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
#define EFI_ST_SUCCESS 0
|
||||
#define EFI_ST_FAILURE 1
|
||||
|
||||
#define EFI_ST_SUCCESS_STR L"SUCCESS"
|
||||
/*
|
||||
* Prints a message.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue