
26 Oct
2007
26 Oct
'07
1:14 p.m.
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@tqs.de
Since no one raised his hand - here is the patch :)
Best Regards, Martin Krause
Thanks, into the "in" basket it goes...
gvb