[U-Boot-Users] [PATCH] fdt: add common memory fixup function
Martin Krause
Martin.Krause at tqs.de
Fri Oct 26 13:26:47 CEST 2007
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 <martin.krause at tqs.de> ---
> > 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
More information about the U-Boot
mailing list