boot/uboot: fix the help text of BR2_TARGET_UBOOT_ENVIMAGE_SOURCE
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 20:31:43 +0000 (21:31 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 27 Oct 2019 20:48:45 +0000 (21:48 +0100)
commitf9ab00ba4606b46ac6114a634dc93cf3ee76a108
tree96a294d6e5e3634db549810aa0fabab78e24a43b
parentc00edee402ac741bd30bee669b0c997415f35be9
boot/uboot: fix the help text of BR2_TARGET_UBOOT_ENVIMAGE_SOURCE

In commit 2c8ff251cb16d38fb417a488ee0367cd03eebda2 ("boot/uboot: add
option to generate env image from default env"), the possibility of
generating an environment image using the built-in U-Boot environment
as a source was added.

This is meant to happen when the string option
BR2_TARGET_UBOOT_ENVIMAGE_SOURCE is empty, but the original commit
added the Config.in help text to BR2_TARGET_UBOOT_ENVIMAGE, which is a
boolean option, and therefore cannot be empty.

Move the help text to BR2_TARGET_UBOOT_ENVIMAGE_SOURCE, where it
belongs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/Config.in