diff mbox

uboot: improve help text of BR2_TARGET_UBOOT_BOARDNAME

Message ID 1346018224-16286-1-git-send-email-arnout@mind.be
State Accepted
Commit b189c516d4fd810a95feaff34da97579783f5e5b
Headers show

Commit Message

Arnout Vandecappelle Aug. 26, 2012, 9:57 p.m. UTC
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
The actual text is taken from Thomas P.'s mail.

 boot/uboot/Config.in |    2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Sept. 20, 2012, 8:28 p.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed, thanks.
diff mbox

Patch

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index afc2f91..609632e 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -9,6 +9,8 @@  config BR2_TARGET_UBOOT_BOARDNAME
 	help
 	  One of U-Boot supported boards to be built.
 	  This will be suffixed with _config to meet U-Boot standard naming.
+	  See boards.cfg in U-Boot source code for the list of available
+	  configurations.
 
 choice
 	prompt "U-Boot Version"