
26 Feb
2008
26 Feb
'08
3:43 p.m.
On Feb 25, 2008, at 11:34 AM, Marian Balakowicz wrote:
PPC specific FDT blob handling code is divided into two separate routines:
get_fdt() - find and verify a FDT blob (either raw or image embedded) fdt_relocate() - move FDT blob to within BOOTMAP if needed
Signed-off-by: Marian Balakowicz m8@semihalf.com
lib_ppc/bootm.c | 61 ++++++++++++++++++++++++++++++++++++++ +---------------- 1 files changed, 43 insertions(+), 18 deletions(-)
Acked-by: Kumar Gala galak@kernel.crashing.org
- k