]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: refactor fdt locating and relocation code
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Aug 2008 13:24:38 +0000 (08:24 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Aug 2008 21:37:12 +0000 (23:37 +0200)
commit06a09918f3903450313e2047a9cc258bf5872f46
treef50aae73f141736628c05ea4e3f42e33292572a4
parentc4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
bootm: refactor fdt locating and relocation code

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@kernel.crashing.org>
common/cmd_bootm.c
common/image.c
include/image.h
lib_ppc/bootm.c