efi: sandbox: Adjust memory usage for sandbox
authorSimon Glass <sjg@chromium.org>
Mon, 18 Jun 2018 15:23:12 +0000 (17:23 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 12:57:44 +0000 (14:57 +0200)
commit69259b83670661ad530442e1ebb788e96a7676cb
tree6c8cc0006f8ed8f6eda245b1484f737cb11e43b3
parentb34662d03bb9e695d12bf995df4bec8998f91609
efi: sandbox: Adjust memory usage for sandbox

With sandbox the U-Boot code is not mapped into the sandbox memory range
so does not need to be excluded when allocating EFI memory. Update the EFI
memory init code to take account of that.

Signed-off-by: Simon Glass <sjg@chromium.org>
[agraf: Remove map_sysmem() call and header reference]
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_memory.c