]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Use image_setup_linux() instead of local code
authorSimon Glass <sjg@chromium.org>
Wed, 8 May 2013 08:06:03 +0000 (08:06 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit6caa195614916868135a14ab279a00856abc57b0
tree427cd78c6b130186d78508603bc0e1f41f772602
parentc19d13b030e93c6b30f61743e940da8d4418e714
arm: Use image_setup_linux() instead of local code

Use the common FDT setup function that is now available in image. Move
the FDT-specific code to a new bootm-fdt.c and remove unused headers
from bootm.c.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/Makefile
arch/arm/lib/bootm-fdt.c [new file with mode: 0644]
arch/arm/lib/bootm.c