u-boot-brain/arch/sparc/lib
Simon Glass 2a08b740e3 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>
2013-05-14 15:37:26 -04:00
..
board.c lib: consolidate hang() 2013-05-01 16:41:08 -04:00
bootm.c sparc: Use image_setup_linux() instead of local code 2013-05-14 15:37:26 -04:00
cache.c Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00
interrupts.c Timer: Remove reset_timer() for non-Nios2 arches 2011-07-26 14:53:30 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
time.c Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00