From mboxrd@z Thu Jan 1 00:00:00 1970 From: gvb.uboot Date: Tue, 27 Nov 2007 20:20:48 -0500 Subject: [U-Boot-Users] [FDT][PATCH 3/4] Add common memory fixup function In-Reply-To: References: Message-ID: <474CC270.70001@gmail.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: > Add the function fdt_fixup_memory() to fixup the /memory node of the fdt > > Signed-off-by: Kumar Gala > --- > > in git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git libfdt_testing > > common/fdt_support.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++++ > include/fdt_support.h | 1 + > 2 files changed, 79 insertions(+), 0 deletions(-) Hi Kumar, I pulled your changes locally. fdt_fixup_memory() is like a good function, but nobody calls it??? Am I missing something? gvb