From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 29 Feb 2016 18:00:27 -0600 Subject: [U-Boot] [PATCH 2/2] boards: ls2080: Disable fdt copying by default In-Reply-To: <1456790301-28685-2-git-send-email-york.sun@nxp.com> References: <1456790301-28685-1-git-send-email-york.sun@nxp.com> <1456790301-28685-2-git-send-email-york.sun@nxp.com> Message-ID: <1456790427.5360.62.camel@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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