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>
Showing
- arch/arm/mach-sunxi/board.c 1 addition, 1 deletionarch/arm/mach-sunxi/board.c
- arch/arm/mach-uniphier/boot-mode/spl_board.c 1 addition, 1 deletionarch/arm/mach-uniphier/boot-mode/spl_board.c
- arch/sandbox/cpu/spl.c 1 addition, 1 deletionarch/sandbox/cpu/spl.c
- common/spl/spl.c 2 additions, 2 deletionscommon/spl/spl.c
- common/spl/spl_mmc.c 3 additions, 3 deletionscommon/spl/spl_mmc.c
- common/spl/spl_nand.c 1 addition, 1 deletioncommon/spl/spl_nand.c
- common/spl/spl_net.c 3 additions, 2 deletionscommon/spl/spl_net.c
- common/spl/spl_nor.c 1 addition, 1 deletioncommon/spl/spl_nor.c
- common/spl/spl_onenand.c 2 additions, 1 deletioncommon/spl/spl_onenand.c
- common/spl/spl_sata.c 1 addition, 1 deletioncommon/spl/spl_sata.c
- common/spl/spl_spi.c 1 addition, 1 deletioncommon/spl/spl_spi.c
- common/spl/spl_ubi.c 2 additions, 2 deletionscommon/spl/spl_ubi.c
- common/spl/spl_usb.c 1 addition, 1 deletioncommon/spl/spl_usb.c
- common/spl/spl_ymodem.c 1 addition, 1 deletioncommon/spl/spl_ymodem.c
- drivers/mtd/spi/sunxi_spi_spl.c 1 addition, 1 deletiondrivers/mtd/spi/sunxi_spi_spl.c
- include/spl.h 14 additions, 1 deletioninclude/spl.h
Loading
Please register or sign in to comment