diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-03-14 16:31:05 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-14 23:38:39 +0100 |
commit | ab1131d559543840fe366dcd4e4d66c320fdae7e (patch) | |
tree | e6295841eed17bd0fb9d28c472e115846c4f0a92 | |
parent | 941ff5e814fc0688f3f4bf4febb89fe627abee34 (diff) | |
download | buildroot-ab1131d559543840fe366dcd4e4d66c320fdae7e.tar.gz buildroot-ab1131d559543840fe366dcd4e4d66c320fdae7e.zip |
uboot: improve BR2_TARGET_UBOOT_SPL_NAME help text
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>
-rw-r--r-- | boot/uboot/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 7a73877740..c33861bac6 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -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" |