commit | 68a0d5bd4480e2efa1c5cc52dec4c7c88b8d5dfc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 18 17:58:53 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 02 21:59:37 2018 +0100 |
tree | 466cec720ffb90f4bf1cae936db48d7ede6035b9 | |
parent | b23f9b7c769f32f130b57d7f12c1a455f57b3eca [diff] |
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>