summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorJörg Krause <jkrause@posteo.de>2014-12-13 00:16:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-21 23:22:37 +0100
commitb819a5fcc0523212362f322a674309cd2581b6b4 (patch)
tree62135c093904cda22f2b50975b8f1ba126b9a894 /boot
parent591286389076c0675f252a8da484beea6615bcaa (diff)
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>
Diffstat (limited to 'boot')
-rw-r--r--boot/uboot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 397d2ca02..cf40fdc71 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -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