diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2012-08-26 11:57:04 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-20 22:27:14 +0200 |
commit | b189c516d4fd810a95feaff34da97579783f5e5b (patch) | |
tree | 1bc573de82ba9f7aed2ff2f068da3266e15c7cc2 /boot | |
parent | 47a7a2771a728a1e89b8ea70d610c3670e783bf3 (diff) | |
download | buildroot-novena-b189c516d4fd810a95feaff34da97579783f5e5b.tar.gz buildroot-novena-b189c516d4fd810a95feaff34da97579783f5e5b.zip |
uboot: improve help text of BR2_TARGET_UBOOT_BOARDNAME
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/uboot/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 7f3cae00e..87f65619e 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" |