]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: efi_add_runtime_mmio()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 23 Dec 2018 01:35:13 +0000 (02:35 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commitefbbae0edf51b2f81b7ff65fc382e676fc1f9e8a
tree22c304fc285ac0a249004bd914f2858e4d3f282c
parent55c67eb25e4383cb8d442b1357b7503e5d5bcb88
efi_loader: efi_add_runtime_mmio()

The first parameter of efi_add_runtime_mmio() is a pointer to a
pointer. This should be reflected in the documentation.

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