uboot: improve BR2_TARGET_UBOOT_SPL_NAME help text
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 14 Mar 2017 11:01:05 +0000 (16:31 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Mar 2017 22:38:39 +0000 (23:38 +0100)
SPL is the name used for spl on i.MX6, so update the same on
BR2_TARGET_UBOOT_SPL_NAME help text.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/Config.in

index 7a7387774058160bea4f50f7f9862b303e17e1af..c33861bac61645f36e5ce1c9cca0eb1ef5b7bf37 100644 (file)
@@ -327,8 +327,8 @@ config BR2_TARGET_UBOOT_SPL_NAME
        depends on BR2_TARGET_UBOOT_SPL
        help
          A space-separated list of SPL binaries, generated during
-         u-boot build. For most platform it is spl/u-boot-spl.bin
-         but not always. It is MLO on OMAP for example.
+         u-boot build. For most platform it is spl/u-boot-spl.bin but
+         not always. It is MLO on OMAP and SPL on i.MX6 for example.
 
 config BR2_TARGET_UBOOT_ZYNQ_IMAGE
        bool "Generate image for Xilinx Zynq"