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

Sparc only really sets up the ramdisk, but we should still use
image_setup_linux() so that setup is common across all architectures
that use the FDT.

Cover-letter
Introduce a common image_setup_linux() function
This series continues the work to tidy up the image code. Each
architecture has its own code for setting up ready for booting linux.
An attempt is made here to unify these in a single image_setup_linux()
function.

The part of the image code that deals with FDT is split into image-fdt.c
and a few tweaks are added to make FIT images more viable in SPL.
END
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sparc/lib/bootm.c