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

2012-01-17 Thread Stefano Babic
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.be...@de.bosch.com
 CC: Fabio Estevam feste...@gmail.com
 CC: Stefano Babic sba...@denx.de
 CC: Jason Liu jason@linaro.org
 ---

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-01-16 Thread Jason Hui
On Thu, Jan 12, 2012 at 5:28 PM, Dirk Behme dirk.be...@de.bosch.com wrote:
 i.MX53 is supported, too. Add this to the introduction of the
 documentation.

 Signed-off-by: Dirk Behme dirk.be...@de.bosch.com
 CC: Fabio Estevam feste...@gmail.com
 CC: Stefano Babic sba...@denx.de
 CC: Jason Liu jason@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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-01-16 Thread Dirk Behme

On 16.01.2012 14:58, Jason Hui wrote:

On Thu, Jan 12, 2012 at 5:28 PM, Dirk Behme dirk.be...@de.bosch.com wrote:

i.MX53 is supported, too. Add this to the introduction of the
documentation.

Signed-off-by: Dirk Behme dirk.be...@de.bosch.com
CC: Fabio Estevam feste...@gmail.com
CC: Stefano Babic sba...@denx.de
CC: Jason Liu jason@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-01-16 Thread Stefano Babic
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

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-01-12 Thread Dirk Behme
i.MX53 is supported, too. Add this to the introduction of the
documentation.

Signed-off-by: Dirk Behme dirk.be...@de.bosch.com
CC: Fabio Estevam feste...@gmail.com
CC: Stefano Babic sba...@denx.de
CC: Jason Liu jason@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
-- 
1.7.0.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot