Kaynağa Gözat

uboot: mark Freescale i.MX28 specific formats as such

It's rather unclear that uboot.sb, uboot.sd and uboot.nand are
Freescale i.MX28 specific, so let's make that clear in the prompt of
each option, like we do for the Marvell-specific uboot.kwb.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 10 yıl önce
ebeveyn
işleme
58b2598a3d
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      boot/uboot/Config.in

+ 3 - 3
boot/uboot/Config.in

@@ -178,11 +178,11 @@ config BR2_TARGET_UBOOT_FORMAT_ELF
 
 
 config BR2_TARGET_UBOOT_FORMAT_SB
 config BR2_TARGET_UBOOT_FORMAT_SB
 	depends on BR2_arm
 	depends on BR2_arm
-	bool "u-boot.sb"
+	bool "u-boot.sb (Freescale i.MX28)"
 
 
 config BR2_TARGET_UBOOT_FORMAT_SD
 config BR2_TARGET_UBOOT_FORMAT_SD
 	depends on BR2_arm
 	depends on BR2_arm
-	bool "u-boot.sd"
+	bool "u-boot.sd (Freescale i.MX28)"
 	help
 	help
 	  This is Freescale i.MX28 SB format, with a header for booting
 	  This is Freescale i.MX28 SB format, with a header for booting
 	  from an SD card.
 	  from an SD card.
@@ -194,7 +194,7 @@ config BR2_TARGET_UBOOT_FORMAT_SD
 
 
 config BR2_TARGET_UBOOT_FORMAT_NAND
 config BR2_TARGET_UBOOT_FORMAT_NAND
 	depends on BR2_arm
 	depends on BR2_arm
-	bool "u-boot.nand"
+	bool "u-boot.nand (Freescale i.MX28)"
 	help
 	help
 	  This is Freescale i.MX28 BootStream format (.sb), with a header
 	  This is Freescale i.MX28 BootStream format (.sb), with a header
 	  for booting from a NAND flash.
 	  for booting from a NAND flash.