]> git.sur5r.net Git - u-boot/commit
efi_loader: use constants in efi_allocate_pages()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jan 2018 20:08:00 +0000 (21:08 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:07 +0000 (11:00 +0200)
commit7c92fd69b19bf4bfdc7c3fa74c504b66019004f0
treee691ea09c61f09b152df948082ca1927b98d7e41
parentf7c342f413a97c8fb097c3a0649aa5bbc2bcfd26
efi_loader: use constants in efi_allocate_pages()

Using the existing predefined constants is less error prone and
makes the code easier to read.

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