boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL_NAME

Point out that the SPL name is an image name.

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jörg Krause 2014-12-13 00:16:06 +01:00 committed by Thomas Petazzoni
parent 5912863890
commit b819a5fcc0

View File

@ -225,7 +225,7 @@ config BR2_TARGET_UBOOT_SPL
into DDR.
config BR2_TARGET_UBOOT_SPL_NAME
string "U-Boot SPL target name"
string "U-Boot SPL binary image name"
default "spl/u-boot-spl.bin"
depends on BR2_TARGET_UBOOT_SPL
help