Home
last modified time | relevance | path

Searched hist:"0 d9d501f359d82c19fc1d5a800888feadc82c1fe" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c0d9d501f359d82c19fc1d5a800888feadc82c1fe Mon Apr 11 14:55:26 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Use system fdt as fallback

When the user did not pass any device tree or the boot script
didn't find any, let's use the system device tree as last resort
to get something the payload (Linux) may understand.

This means that on systems that use the same device tree for U-Boot
and Linux we can just share it and there's no need to manually provide
a device tree in the target image.

While at it, also copy and pad the device tree by 64kb to give us
space for modifications.

Signed-off-by: Alexander Graf <agraf@suse.de>
Tested-by: Andreas Färber <afaerber@suse.de>