From b819a5fcc0523212362f322a674309cd2581b6b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Krause?= Date: Sat, 13 Dec 2014 00:16:06 +0100 Subject: [PATCH] boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL_NAME MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Point out that the SPL name is an image name. Signed-off-by: Jörg Krause Signed-off-by: Thomas Petazzoni --- boot/uboot/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 397d2ca021..cf40fdc71b 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 -- 2.30.2