[U-Boot] [PATCH 2/2] boards: ls2080: Disable fdt copying by default

Scott Wood oss at buserror.net
Tue Mar 1 01:00:27 CET 2016


On Mon, 2016-02-29 at 15:58 -0800, York Sun wrote:
> If set, fdt_high restricts the address used by copying device tree.
> It doesn't help much to set a default address without knowing how
> much memory is available, or how memory is used. Setting fdt_high
> to a specical value (0xffffffffffffffff) disables this copying.
> 
> Signed-off-by: York Sun <york.sun at nxp.com>

Is there a limit that Linux needs the fdt to be under?

I'd hope fdt_high wouldn't cause the device tree to be relocated beyond the
end of memory, or in reserved memory...

-Scott



More information about the U-Boot mailing list