efi_loader: use EFI_PAGE_SIZE instead of 4096
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Fri, 11 Aug 2017 19:19:25 +0000 (21:19 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 12 Aug 2017 12:06:23 +0000 (14:06 +0200)
commita44bffcc9557cf5f761a43bce44a59fa85feab2a
tree2f444b0b9a50990d31d49d5e129c698b767be4e8
parentaee4f06dff36261433d90c94a5def2c90be8407c
efi_loader: use EFI_PAGE_SIZE instead of 4096

We should use constant EFI_PAGE_SIZE instead of 4096 where the
coding relies on 4096 being EFI_PAGE_SIZE.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c