]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: create fdt reservation before copy
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Nov 2018 16:58:53 +0000 (17:58 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit393ac48e1592d71e1197abfbbfcba6550ec30f74
tree466cec720ffb90f4bf1cae936db48d7ede6035b9
parent91d3a2c58a31bb38e1a9caf548e426e37e221f2c
efi_loader: create fdt reservation before copy

When copying the device we must ensure that the copy does not fall into a
memory area reserved by the same.

So let's change the sequence: first create memory reservations and then
copy the device tree.

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