From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 25 Oct 2007 10:13:16 -0400 Subject: [U-Boot-Users] [PATCH] fdt: add common memory fixup function In-Reply-To: <20071025134117.3975.34415.stgit@tq-sewsrv-4.tq-net.de> References: <20071025134117.3975.34415.stgit@tq-sewsrv-4.tq-net.de> Message-ID: <4720A47C.30700@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Martin Krause wrote: > Add the function fdt_memory() to fixup the /memory node of the fdt > with the memory values detected by U-Boot (bd->bi_memstart and > bd->bi_memsize). > > To activate this feature CONFIG_OF_MEMORY_FIXUP has to be defined > in the board config file. > > Signed-off-by: Martin Krause > --- > The patch was tested on the TQM5200 board. Any comments are welcome! > > Best Regards, > Martin Krause Thanks for the patches, Martin and Kumar. I should be able to make progress on fdt improvements this weekend and next week. Best regards, gvb