[U-Boot-Users] [PATCH] fdt: add common memory fixup function

Jerry Van Baren gerald.vanbaren at ge.com
Fri Oct 26 13:14:16 CEST 2007


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...

gvb




More information about the U-Boot mailing list