efi: Relocate FDT to 127MB instead of 128MB
authorSimon Glass <sjg@chromium.org>
Wed, 8 Aug 2018 09:54:29 +0000 (03:54 -0600)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:28 +0000 (21:55 +0200)
commitbaf70c02107a60603234a6871087368dc7bc3764
tree698d6f83ece22dcc2a981c525577dd290ee825f8
parentefe79a7c0de0196f6be12c58e1a1d1744b6af0cf
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>
cmd/bootefi.c