diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-10-05 14:35:54 (GMT) |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2017-10-09 05:00:30 (GMT) |
commit | ca379e1bf16e59841f15ed34088eb1362bf2bd35 (patch) | |
tree | 4b3ba5280518334b831dd8e580f7986e355db71d /post/post.c | |
parent | 5a9682d0ddd9328eb581b18a8b263c3834943942 (diff) | |
download | u-boot-ca379e1bf16e59841f15ed34088eb1362bf2bd35.tar.xz |
efi_loader: wrong type in wait_for_event
The UEFI spec defines parameter index of WaitForEvent as UINTN*.
So we should use size_t here.
I deliberately do not use UINTN because I hold a following patch
that will eliminate UINTN because uppercase types to not match
the U-Boot coding style.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'post/post.c')
0 files changed, 0 insertions, 0 deletions