u-boot: beautify option prompts
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Jun 2010 10:42:49 +0000 (12:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Jun 2010 11:25:46 +0000 (13:25 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/u-boot/Config.in

index 79c5c3da7447e7d2ae974743fb7b30f381fd108b..00fd03a74a93e12a81053b27cb0308dc4a798a81 100644 (file)
@@ -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"