u-boot/lib/efi
Alexander Graf 14d61d4e57 efi_stub: Fix GDT_NOTSYS check
The get_codeseg32() wants to know if a passed in descriptor has
flag GDT_NOTSYS set (desc & GDT_NOTSYS), not whether desc and
GDT_NOTSYS are not != 0 (desk && GDT_NOTSYS).

This is an obvious typo. Fix it up.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2018-03-30 16:05:07 +08:00
..
efi.c
efi_app.c
efi_info.c
efi_stub.c efi_stub: Fix GDT_NOTSYS check 2018-03-30 16:05:07 +08:00
Kconfig
Makefile