From: Jörg Krause Date: Fri, 12 Dec 2014 23:16:06 +0000 (+0100) Subject: boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL_NAME X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b819a5fcc0523212362f322a674309cd2581b6b4;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- 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