From patchwork Sun Aug 26 21:57:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 180094 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id BD5F52C00E7 for ; Mon, 27 Aug 2012 07:59:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D22C3A01A2; Sun, 26 Aug 2012 21:59:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YGIaxmY-x2al; Sun, 26 Aug 2012 21:59:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id F0E72A00E0; Sun, 26 Aug 2012 21:59:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 54B9D8F753 for ; Sun, 26 Aug 2012 21:59:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B10B4911FC for ; Sun, 26 Aug 2012 21:58:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EO7Nas9iAxOj for ; Sun, 26 Aug 2012 21:58:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id F34B290E5C for ; Sun, 26 Aug 2012 21:57:13 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1T5kpT-0003Fd-Ph; Sun, 26 Aug 2012 23:57:12 +0200 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1T5kpS-0004Fd-Cb; Sun, 26 Aug 2012 23:57:10 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Sun, 26 Aug 2012 23:57:04 +0200 Message-Id: <1346018224-16286-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <817F82FC-C333-4BC2-9BD9-4ADBB6D313BC@nasa.gov> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH] uboot: improve help text of BR2_TARGET_UBOOT_BOARDNAME X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- The actual text is taken from Thomas P.'s mail. boot/uboot/Config.in | 2 ++ 1 file changed, 2 insertions(+) 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"