commit | bc9a638a1031a171f0b2dfa4438aa3903fa589ae | [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 | 404ea59364f1355afcd845a7405599fdc2303231 [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>