From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 26 Oct 2007 07:27:34 -0400 Subject: [U-Boot-Users] [PATCH] fdt: add common memory fixup function In-Reply-To: <47F3F98010FF784EBEE6526EAAB078D1024F87A2@tq-mailsrv.tq-net.de> References: <47F3F98010FF784EBEE6526EAAB078D1024F87A2@tq-mailsrv.tq-net.de> Message-ID: <4721CF26.2090805@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: > Jerry Van Baren wrote on Friday, October 26, 2007 1:14 PM: >> 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... > > Ah, please wait, I'm working on an update. I missed some boards > already doing a board specific fixup (and instead cought some > boards not using libfdt yet ...). > > Best Regards, > Martin Krause Yeah, I fell into the "ack before reading the whole thread" trap. ;-) gvb