From: David Gibson Date: Mon, 10 Dec 2007 03:28:39 +0000 (+1100) Subject: [POWERPC] Use embedded libfdt in the bootwrapper X-Git-Tag: v2.6.25-rc1~1131^2~315 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0dfeaa84a8eea56218b77ffc61ed3dd7181847;p=pandora-kernel.git [POWERPC] Use embedded libfdt in the bootwrapper This incorporates libfdt (from the source embedded in an earlier commit) into the wrapper.a library used by the bootwrapper. This includes adding a libfdt_env.h file, which the libfdt sources need in order to integrate into the bootwrapper environment, and a libfdt-wrapper.c which provides glue to connect the bootwrapper's abstract device tree callbacks to the libfdt functions. In addition, this changes the various wrapper and platform files to use libfdt functions instead of the older flatdevtree.c library. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed