From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 26 Oct 2007 07:14:16 -0400 Subject: [U-Boot-Users] [PATCH] fdt: add common memory fixup function In-Reply-To: <20071026084520.8529.15568.stgit@tq-sewsrv-4.tq-net.de> References: <20071026084520.8529.15568.stgit@tq-sewsrv-4.tq-net.de> Message-ID: <4721CC08.40206@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 (taken from bd->bi_memstart > and bd->bi_memsize). > > The new function is called for all boards which define CONFIG_OF_LIBFDT. > > This patch removes already existing board specific memory fixup routines > for boards wich have CONFIG_OF_LIBFDT defined and switches them to the > new routine. Boards wich use the CONIFG_OF_FLAT_TREE method are not > touched. > > Signed-off-by: Martin Krause > --- > Since no one raised his hand - here is the patch :) > > Best Regards, > Martin Krause Thanks, into the "in" basket it goes... gvb