commit | ad0c1a3d2cea03011091b07e9e066bf261d1556e | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 11 23:51:01 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:40 2016 -0400 |
tree | 87993cec46ca147be4dd3fef017dd2e049e0375f | |
parent | 36c37a8481551a6958fd91ccafc6936bf81e00f3 [diff] |
efi_loader: Put fdt into convenient location The uEFI spec doesn't dictate where the device tree should live at, but legacy 32bit ARM grub2 has some assumptions that it may stay at its place when it's already loaded by the firmware. So let's put it somewhere where Linux that comes after would happily find it - around the recommended 128MB line. Signed-off-by: Alexander Graf <agraf@suse.de> Tested-by: Andreas Färber <afaerber@suse.de>