From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 3 May 2013 21:54:19 +0200 Subject: [U-Boot] [PATCH 4/6] README: mxs: Introduce README.mxs In-Reply-To: <1367604482-20955-4-git-send-email-festevam@gmail.com> References: <1367604482-20955-1-git-send-email-festevam@gmail.com> <1367604482-20955-4-git-send-email-festevam@gmail.com> Message-ID: <201305032154.19691.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Fabio Estevam, > From: Fabio Estevam > > Create a README.mxs file that contains instructions on how to use U-boot > for both MX23 and MX28. > > As boot from NAND has only been tested on mx28, make it clear that it only > applies to MX28. > > While at it, do some small cleanups for the sake of consistency: > - Use "MX28" instead of "i.MX28" > - Use "section" instead of "chapter" when referring to specific parts of > the reference manual chapters. > > Signed-off-by: Fabio Estevam > --- > doc/README.m28 | 4 +-- > doc/README.mx28evk | 3 +- > doc/{README.mx28_common => README.mxs} | 62 > +++++++++++++++++++------------- 3 files changed, 40 insertions(+), 29 > deletions(-) > rename doc/{README.mx28_common => README.mxs} (80%) > > diff --git a/doc/README.m28 b/doc/README.m28 > index 2a92226..cb3ae20 100644 > --- a/doc/README.m28 > +++ b/doc/README.m28 > @@ -9,5 +9,5 @@ arch/arm/include/asm/arch-mxs/ - Header files for the > Freescale i.MX28 board/denx/m28evk/ - M28EVK board specific files > include/configs/m28evk.h - M28EVK configuration file > > -Follow the instructions from doc/README.mx28_common to generate a bootable > SD -card or to boot from NAND flash. > +Follow the instructions from doc/README.mxs to generate a bootable SD card > or to +boot from NAND flash. > diff --git a/doc/README.mx28evk b/doc/README.mx28evk > index 76db474..524f3fc 100644 > --- a/doc/README.mx28evk > +++ b/doc/README.mx28evk > @@ -41,7 +41,6 @@ Note: The mx28evk board does not come with a NAND flash > populated from the factory. It comes with an empty slot (U23), which > allows the insertion of a 48-pin TSOP flash device. > > -Follow the instructions from doc/README.mx28_common to generate a bootable > SD -card. > +Follow the instructions from doc/README.mxs to generate a bootable SD > card. > > Insert the SD card in slot 0, power up the board and U-boot will boot. > diff --git a/doc/README.mx28_common b/doc/README.mxs > similarity index 80% > rename from doc/README.mx28_common > rename to doc/README.mxs > index c7a6839..6d0929a 100644 > --- a/doc/README.mx28_common > +++ b/doc/README.mxs > @@ -1,12 +1,15 @@ > -Booting U-boot on a MX28 processor > -================================== > +Booting U-boot on a MXS processor i.MX23 / i.MX28 instead of MXS ? MXS is no processor, maybe processor family? [...] Best regards, Marek Vasut