boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL
authorJörg Krause <jkrause@posteo.de>
Fri, 12 Dec 2014 23:16:05 +0000 (00:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Dec 2014 22:22:14 +0000 (23:22 +0100)
Building an SPL image depends on the board configuration. This option
does not enable the SPL build, but only copies the built SPL image to
the binary images folder. The current help text is misleading.

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/Config.in

index 46d110954493d3ba5936331da12a9cec1503590b..397d2ca0216317b3771d2b4d672c2ac64f00e2ef 100644 (file)
@@ -214,13 +214,15 @@ config BR2_TARGET_UBOOT_ETH1ADDR
 endif # BR2_TARGET_UBOOT_NETWORK
 
 config BR2_TARGET_UBOOT_SPL
-       bool "U-Boot SPL support"
+       bool "Install U-Boot SPL binary image"
        depends on !BR2_TARGET_XLOADER
        help
-         Enable the U-Boot SPL support. SPL is a first stage
-         bootloader loaded into internal memory in charge of
-         enabling and configuring the external memory (DDR),
-         and load the u-boot program into DDR.
+         Install the U-Boot SPL binary image to the images
+         directory.
+         SPL is a first stage bootloader loaded into internal
+         memory in charge of enabling and configuring the
+         external memory (DDR), and load the u-boot program
+         into DDR.
 
 config BR2_TARGET_UBOOT_SPL_NAME
        string "U-Boot SPL target name"