commit | 0c9ac06a2894ea08488b5f8f5d1e5cbd57808900 | [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 | 16b615d9abd006fb69930860f23e7785a48d040a [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>