| Submitter | Arnout Vandecappelle |
|---|---|
| Date | Aug. 26, 2012, 9:57 p.m. |
| Message ID | <1346018224-16286-1-git-send-email-arnout@mind.be> |
| Download | mbox | patch |
| Permalink | /patch/180094/ |
| State | Accepted |
| Commit | b189c516d4fd810a95feaff34da97579783f5e5b |
| Headers | show |
Comments
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Committed, thanks.
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"
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(+)