summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-12 12:42:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-12 13:25:46 +0200
commit8f07a596113f5ae1aea9cefcfa27aeab6b9348e8 (patch)
tree92c10982638effc321cf00c2f6fad542237e026b /boot
parentf15702a97f2c614840b687cae80df127433d1b44 (diff)
downloadbuildroot-novena-8f07a596113f5ae1aea9cefcfa27aeab6b9348e8.tar.gz
buildroot-novena-8f07a596113f5ae1aea9cefcfa27aeab6b9348e8.zip
u-boot: beautify option prompts
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/u-boot/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index 79c5c3da7..00fd03a74 100644
--- a/boot/u-boot/Config.in
+++ b/boot/u-boot/Config.in
@@ -1,11 +1,11 @@
menuconfig BR2_TARGET_UBOOT
- bool "Das U-Boot Boot Monitor"
+ bool "U-Boot"
help
Build "Das U-Boot" Boot Monitor
if BR2_TARGET_UBOOT
config BR2_TARGET_UBOOT_BOARDNAME
- string "board name"
+ string "U-Boot board name"
help
One of U-Boot supported boards to be built.
This will be suffixed with _config to meet U-Boot standard naming.
@@ -17,13 +17,13 @@ choice
Select the specific U-Boot version you want to use
config BR2_TARGET_UBOOT_2010_03
- bool "u-boot-2010.03"
+ bool "2010.03"
config BR2_TARGET_UBOOT_2009_11
- bool "u-boot-2009.11"
+ bool "2009.11"
config BR2_TARGET_UBOOT_2009_08
- bool "u-boot-2009.08"
+ bool "2009.08"
config BR2_TARGET_UBOOT_CUSTOM_TARBALL
bool "Custom tarball"