* [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents
@ 2012-06-18 15:51 Fabio Estevam
2012-06-18 18:31 ` Marek Vasut
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2012-06-18 15:51 UTC (permalink / raw)
To: u-boot
commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part)
missed an entry in the Contents section that was part of the original file.
Add the missing entry for completeness.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v2:
- Use 'into NAND' also in the middle of text rather than only in the Content section
Change since v1:
- Fix completion->completeness , for->into
doc/README.mx28_common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/README.mx28_common b/doc/README.mx28_common
index 448d221..f73978d 100644
--- a/doc/README.mx28_common
+++ b/doc/README.mx28_common
@@ -19,6 +19,7 @@ Contents
1) Prerequisites
2) Compiling U-Boot for a MX28 based board
3) Installation of U-Boot for a MX28 based board to SD card
+4) Installation of U-Boot into NAND flash
1) Prerequisites
----------------
@@ -146,8 +147,8 @@ NOTE: If the user needs to adjust the start sector, the "mxsboot" tool contains
a "-p" switch for that purpose. The "-p" switch takes the sector number as
an argument.
-4) Installation of U-Boot for NAND flash
------------------------------------------------
+4) Installation of U-Boot into NAND flash
+-----------------------------------------
To boot a MX28 based board from NAND, set the boot mode DIP switches according to i.MX28
manual chapter 12.2.1 (Table 12-2), PORT=GPMI, NAND 1.8 V.
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents
2012-06-18 15:51 [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents Fabio Estevam
@ 2012-06-18 18:31 ` Marek Vasut
2012-07-07 15:41 ` Fabio Estevam
0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2012-06-18 18:31 UTC (permalink / raw)
To: u-boot
Dear Fabio Estevam,
> commit 419ea2d84 (mx28: Split the README into a common part and a m28
> specific part) missed an entry in the Contents section that was part of
> the original file.
>
> Add the missing entry for completeness.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Please add my evil
Acked-by: Marek Vasut <marex@denx.de>
> ---
> Changes since v2:
> - Use 'into NAND' also in the middle of text rather than only in the
> Content section Change since v1:
> - Fix completion->completeness , for->into
> doc/README.mx28_common | 5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/doc/README.mx28_common b/doc/README.mx28_common
> index 448d221..f73978d 100644
> --- a/doc/README.mx28_common
> +++ b/doc/README.mx28_common
> @@ -19,6 +19,7 @@ Contents
> 1) Prerequisites
> 2) Compiling U-Boot for a MX28 based board
> 3) Installation of U-Boot for a MX28 based board to SD card
> +4) Installation of U-Boot into NAND flash
>
> 1) Prerequisites
> ----------------
> @@ -146,8 +147,8 @@ NOTE: If the user needs to adjust the start sector, the
> "mxsboot" tool contains a "-p" switch for that purpose. The "-p" switch
> takes the sector number as an argument.
>
> -4) Installation of U-Boot for NAND flash
> ------------------------------------------------
> +4) Installation of U-Boot into NAND flash
> +-----------------------------------------
>
> To boot a MX28 based board from NAND, set the boot mode DIP switches
> according to i.MX28 manual chapter 12.2.1 (Table 12-2), PORT=GPMI, NAND
> 1.8 V.
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents
2012-06-18 18:31 ` Marek Vasut
@ 2012-07-07 15:41 ` Fabio Estevam
2012-07-07 16:46 ` Stefano Babic
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2012-07-07 15:41 UTC (permalink / raw)
To: u-boot
Hi Stefano,
On Mon, Jun 18, 2012 at 3:31 PM, Marek Vasut <marex@denx.de> wrote:
> Dear Fabio Estevam,
>
>> commit 419ea2d84 (mx28: Split the README into a common part and a m28
>> specific part) missed an entry in the Contents section that was part of
>> the original file.
>>
>> Add the missing entry for completeness.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> Please add my evil
>
> Acked-by: Marek Vasut <marex@denx.de>
Could this one be applied?
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents
2012-07-07 15:41 ` Fabio Estevam
@ 2012-07-07 16:46 ` Stefano Babic
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2012-07-07 16:46 UTC (permalink / raw)
To: u-boot
On 07/07/2012 17:41, Fabio Estevam wrote:
> Hi Stefano,
>
> On Mon, Jun 18, 2012 at 3:31 PM, Marek Vasut <marex@denx.de> wrote:
>> Dear Fabio Estevam,
>>
>>> commit 419ea2d84 (mx28: Split the README into a common part and a m28
>>> specific part) missed an entry in the Contents section that was part of
>>> the original file.
>>>
>>> Add the missing entry for completeness.
>>>
>>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Please add my evil
>>
>> Acked-by: Marek Vasut <marex@denx.de>
>
> Could this one be applied?
>
Sure: 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-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-07 16:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 15:51 [U-Boot] [PATCH v3] doc: README.mx28_common: Add missing entry into Contents Fabio Estevam
2012-06-18 18:31 ` Marek Vasut
2012-07-07 15:41 ` Fabio Estevam
2012-07-07 16:46 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox