Commit b819a5fc authored by Jörg Krause's avatar Jörg Krause Committed by Thomas Petazzoni
Browse files

boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL_NAME



Point out that the SPL name is an image name.

Signed-off-by: default avatarJörg Krause <jkrause@posteo.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 59128638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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