diff mbox

[U-Boot,1/3] imximage: Add MX53 to the documentation

Message ID 1326360512-5569-1-git-send-email-dirk.behme@de.bosch.com
State Accepted
Commit b7628675091a4d9fbbd2207405eb240e8f614356
Delegated to: Stefano Babic
Headers show

Commit Message

Dirk Behme Jan. 12, 2012, 9:28 a.m. UTC
i.MX53 is supported, too. Add this to the introduction of the
documentation.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
CC: Fabio Estevam <festevam@gmail.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <jason.hui@linaro.org>
---
 doc/README.imximage |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Jason Liu Jan. 16, 2012, 1:58 p.m. UTC | #1
On Thu, Jan 12, 2012 at 5:28 PM, Dirk Behme <dirk.behme@de.bosch.com> wrote:
> i.MX53 is supported, too. Add this to the introduction of the
> documentation.
>
> Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
> CC: Fabio Estevam <festevam@gmail.com>
> CC: Stefano Babic <sbabic@denx.de>
> CC: Jason Liu <jason.hui@linaro.org>
> ---
>  doc/README.imximage |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/doc/README.imximage b/doc/README.imximage
> index c74239d..c3704a4 100644
> --- a/doc/README.imximage
> +++ b/doc/README.imximage
> @@ -3,7 +3,7 @@ Imximage Boot Image generation using mkimage
>  ---------------------------------------------
>
>  This document describes how to set up a U-Boot image
> -that can be booted by Freescale MX25, MX35 and MX51
> +that can be booted by Freescale MX25, MX35, MX51 and MX53
>  processors via internal boot mode.
>
>  These processors can boot directly from NAND, SPI flash and SD card flash

This change is too trivial. I wonder whether it can be squashed with pach 2/3?

Jason

> --
> 1.7.0.4
>
Dirk Behme Jan. 16, 2012, 2:05 p.m. UTC | #2
On 16.01.2012 14:58, Jason Hui wrote:
> On Thu, Jan 12, 2012 at 5:28 PM, Dirk Behme <dirk.behme@de.bosch.com> wrote:
>> i.MX53 is supported, too. Add this to the introduction of the
>> documentation.
>>
>> Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
>> CC: Fabio Estevam <festevam@gmail.com>
>> CC: Stefano Babic <sbabic@denx.de>
>> CC: Jason Liu <jason.hui@linaro.org>
>> ---
>>  doc/README.imximage |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/doc/README.imximage b/doc/README.imximage
>> index c74239d..c3704a4 100644
>> --- a/doc/README.imximage
>> +++ b/doc/README.imximage
>> @@ -3,7 +3,7 @@ Imximage Boot Image generation using mkimage
>>  ---------------------------------------------
>>
>>  This document describes how to set up a U-Boot image
>> -that can be booted by Freescale MX25, MX35 and MX51
>> +that can be booted by Freescale MX25, MX35, MX51 and MX53
>>  processors via internal boot mode.
>>
>>  These processors can boot directly from NAND, SPI flash and SD card flash
> 
> This change is too trivial. I wonder whether it can be squashed with pach 2/3?

Sure, it could. But from logical point of view I've done two patches to 
separate

1/3: Correct existing stuff
2/3: Add new stuff (mx6)

Best regards

Dirk
Stefano Babic Jan. 16, 2012, 3:05 p.m. UTC | #3
On 16/01/2012 15:05, Dirk Behme wrote:
>>>
>>>  This document describes how to set up a U-Boot image
>>> -that can be booted by Freescale MX25, MX35 and MX51
>>> +that can be booted by Freescale MX25, MX35, MX51 and MX53
>>>  processors via internal boot mode.
>>>
>>>  These processors can boot directly from NAND, SPI flash and SD card
>>> flash
>>
>> This change is too trivial. I wonder whether it can be squashed with
>> pach 2/3?
> 
> Sure, it could. But from logical point of view I've done two patches to
> separate
> 
> 1/3: Correct existing stuff
> 2/3: Add new stuff (mx6)

Well, another way to see (as I can understand Jason's point of view) was
to set them as:
	1/2 Update documentation
	2/2 Add new feature (mx6)

By the way, even if I agree that the first patch could be squashed
together with the second one, there is no open issues and the substance
is not changed at all ;-)

I will merge the current three patches into u-boot-imx.

Best regards,
Stefano Babic
Stefano Babic Jan. 17, 2012, 9:32 a.m. UTC | #4
On 12/01/2012 10:28, Dirk Behme wrote:
> i.MX53 is supported, too. Add this to the introduction of the
> documentation.
> 
> Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
> CC: Fabio Estevam <festevam@gmail.com>
> CC: Stefano Babic <sbabic@denx.de>
> CC: Jason Liu <jason.hui@linaro.org>
> ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/doc/README.imximage b/doc/README.imximage
index c74239d..c3704a4 100644
--- a/doc/README.imximage
+++ b/doc/README.imximage
@@ -3,7 +3,7 @@  Imximage Boot Image generation using mkimage
 ---------------------------------------------
 
 This document describes how to set up a U-Boot image
-that can be booted by Freescale MX25, MX35 and MX51
+that can be booted by Freescale MX25, MX35, MX51 and MX53
 processors via internal boot mode.
 
 These processors can boot directly from NAND, SPI flash and SD card flash