From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 04 Aug 2008 17:21:31 -0500 Subject: [U-Boot-Users] [PATCH] fdt: add fdtcmd env var to allow post processing of device tree before boot In-Reply-To: <8A440031-0ADE-4AC5-84C3-C0D58583493A@kernel.crashing.org> References: <20080804202744.627D624885@gemini.denx.de> <48976CC9.4030404@freescale.com> <8A440031-0ADE-4AC5-84C3-C0D58583493A@kernel.crashing.org> Message-ID: <489780EB.9010908@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > On Aug 4, 2008, at 3:55 PM, Scott Wood wrote: >> Why not? Wouldn't it be just another environment variable, like the >> load address for the kernel? > > Right now the fdt is placed at the first 4k page after the kernel is > decompressed. I don't now where that address is. Do we really need to do it that way, though? -Scott