summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-11 14:10:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-19 14:50:01 +0200
commit58b2598a3d7089c26143fcb2c97163dca8ddea5b (patch)
tree36908d695ef5e657358e94d7ce05790bbbaf96e6 /boot
parentc00fd2845e13c55f948ec807bd1ef84fd8b4ab0a (diff)
downloadbuildroot-58b2598a3d7089c26143fcb2c97163dca8ddea5b.tar.gz
buildroot-58b2598a3d7089c26143fcb2c97163dca8ddea5b.zip
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>
Diffstat (limited to 'boot')
-rw-r--r--boot/uboot/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index d28d93dc47..be51642918 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -178,11 +178,11 @@ config BR2_TARGET_UBOOT_FORMAT_ELF
config BR2_TARGET_UBOOT_FORMAT_SB
depends on BR2_arm
- bool "u-boot.sb"
+ bool "u-boot.sb (Freescale i.MX28)"
config BR2_TARGET_UBOOT_FORMAT_SD
depends on BR2_arm
- bool "u-boot.sd"
+ bool "u-boot.sd (Freescale i.MX28)"
help
This is Freescale i.MX28 SB format, with a header for booting
from an SD card.
@@ -194,7 +194,7 @@ config BR2_TARGET_UBOOT_FORMAT_SD
config BR2_TARGET_UBOOT_FORMAT_NAND
depends on BR2_arm
- bool "u-boot.nand"
+ bool "u-boot.nand (Freescale i.MX28)"
help
This is Freescale i.MX28 BootStream format (.sb), with a header
for booting from a NAND flash.
OpenPOWER on IntegriCloud