
Dear Fabio Estevam,
From: Fabio Estevam fabio.estevam@freescale.com
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 fabio.estevam@freescale.com
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