]> git.sur5r.net Git - u-boot/commit
spl: Add a name to the SPL load-image methods
authorSimon Glass <sjg@chromium.org>
Wed, 30 Nov 2016 22:30:50 +0000 (15:30 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 9 Dec 2016 13:40:13 +0000 (08:40 -0500)
commitebc4ef61d76fc182773fe225151adc9b913c62eb
tree56b8c71c9693fc86b749dc3a772a2711e8cf6a3a
parent0d3b05913140353f8116781dcb82ba9c09ff0bfe
spl: Add a name to the SPL load-image methods

It is useful to name each method so that we can print out this name when
using the method. Currently this happens using a separate function. In
preparation for unifying this, add a name to each method.

The name is only available if we have libcommon support (i.e can use
printf()).

Signed-off-by: Simon Glass <sjg@chromium.org>
16 files changed:
arch/arm/mach-sunxi/board.c
arch/arm/mach-uniphier/boot-mode/spl_board.c
arch/sandbox/cpu/spl.c
common/spl/spl.c
common/spl/spl_mmc.c
common/spl/spl_nand.c
common/spl/spl_net.c
common/spl/spl_nor.c
common/spl/spl_onenand.c
common/spl/spl_sata.c
common/spl/spl_spi.c
common/spl/spl_ubi.c
common/spl/spl_usb.c
common/spl/spl_ymodem.c
drivers/mtd/spi/sunxi_spi_spl.c
include/spl.h