commit | 609c392047597fd603d8c6ecc03e48a2c2731fe5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 08 03:54:29 2018 -0600 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:28 2018 +0200 |
tree | 698d6f83ece22dcc2a981c525577dd290ee825f8 | |
parent | 70507ed2e06772198cc0970429dfbe4fab4402e1 [diff] |
efi: Relocate FDT to 127MB instead of 128MB Sandbox only has 128MB of memory so we cannot relocate the device tree up to start at 128MB. Use 127MB instead, which should be safe. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>