
Dear Fabio Estevam,
Split the README into a common part and a m28 specific part.
This will make things easier when adding new README files for other mx28 based boards.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
doc/README.m28 | 217 +--------------------------------------------- doc/README.mx28_common | 226 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 229 insertions(+), 214 deletions(-) create mode 100644 doc/README.mx28_common
diff --git a/doc/README.m28 b/doc/README.m28 index 548982f..9622a55 100644 --- a/doc/README.m28 +++ b/doc/README.m28 @@ -1,28 +1,7 @@ DENX M28EVK ===========
-This document describes the DENX M28/M28EVK U-Boot port. This document mostly -covers topics related to making the module/board bootable.
-Terminology
-The dollar symbol ($) introduces a snipped of shell code. This shall be typed -into the unix command prompt in U-Boot source code root directory.
-The (=>) introduces a snipped of code that should by typed into U-Boot command -prompt.
-Contents
-0) Files of the M28/M28EVK port -1) Prerequisites -2) Compiling U-Boot for M28 -3) Installation of U-Boot for M28EVK to SD card -4) Installation of U-Boot for M28 to NAND flash
-0) Files of the M28/M28EVK port
+Files of the M28/M28EVK port
Fix the length of underlining here ;-)
Otherwise, fine by me, will ACK V2.