[U-Boot] [PATCH 08/15] bootm: refactor fdt locating and relocation code
Wolfgang Denk
wd at denx.de
Tue Aug 26 23:37:26 CEST 2008
Dear Kumar Gala,
In message <1218806685-3615-8-git-send-email-galak at kernel.crashing.org> you wrote:
> Move the code that handles finding a device tree blob and relocating
> it (if needed) into common code so all arch's have access to it.
>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> common/cmd_bootm.c | 10 +
> common/image.c | 502 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> include/image.h | 13 ++
> lib_ppc/bootm.c | 492 +--------------------------------------------------
> 4 files changed, 533 insertions(+), 484 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Even if you aren't in doubt, consider the mental welfare of the per-
son who has to maintain the code after you, and who will probably put
parens in the wrong place. - Larry Wall in the perl man page
More information about the U-Boot
mailing list