* [Buildroot] [PATCH] uboot: mark Freescale i.MX28 specific formats as such
@ 2015-07-11 12:10 Thomas Petazzoni
2015-07-19 12:50 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-11 12:10 UTC (permalink / raw)
To: buildroot
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>
---
boot/uboot/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index fa1741c..f2ddc2f 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -128,11 +128,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.
@@ -144,7 +144,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.
--
2.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] uboot: mark Freescale i.MX28 specific formats as such
2015-07-11 12:10 [Buildroot] [PATCH] uboot: mark Freescale i.MX28 specific formats as such Thomas Petazzoni
@ 2015-07-19 12:50 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-19 12:50 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 11 Jul 2015 14:10:56 +0200, Thomas Petazzoni wrote:
> 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>
> ---
> boot/uboot/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-19 12:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11 12:10 [Buildroot] [PATCH] uboot: mark Freescale i.MX28 specific formats as such Thomas Petazzoni
2015-07-19 12:50 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox