u-boot-brain/arch/sparc
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
..
cpu sparc: Fix build warnings in serial.c 2013-03-15 16:14:02 -04:00
include/asm Introduce generic link section.h symbol files 2013-03-15 16:13:58 -04:00
lib sparc: Use image_setup_linux() instead of local code 2013-05-14 15:37:26 -04:00
config.mk Make STANDALONE_LOAD_ADDR configurable per board 2011-04-12 22:58:32 +02:00