commit | 56bbcc16f91e276119823fd93ac254be776eec10 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 18 08:08:25 2018 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 14:57:44 2018 +0200 |
tree | 06344beefcc7b7e5843923738fc4add3d8435c76 | |
parent | 0b9680fba54f378770773601fd1c80841bca6730 [diff] |
efi: Tidy up device-tree-size calculation in copy_fdt() This is a bit confusing at present since it adds 4KB to the pointer, then rounds it up. It looks like a bug, but is not. Move the 4KB addition into a separate statement and expand the comment. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>