boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL_NAME
authorJörg Krause <jkrause@posteo.de>
Fri, 12 Dec 2014 23:16:06 +0000 (00:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Dec 2014 22:22:37 +0000 (23:22 +0100)
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>
boot/uboot/Config.in

index 397d2ca0216317b3771d2b4d672c2ac64f00e2ef..cf40fdc71be9730ae3ae04879715f03e8e9e436c 100644 (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