diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-06-18 05:51:49 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-20 23:03:27 +0200 |
commit | e9fd0a00a478f7de7f2998fa6259285cb5f41a22 (patch) | |
tree | 0b0ff0bab2a2a5d2f082eea4201eb6eba2b4bf85 /doc | |
parent | a21c65115bd95572cc80092a31b0e9ecb8710e9f (diff) | |
download | u-boot-imx-e9fd0a00a478f7de7f2998fa6259285cb5f41a22.zip u-boot-imx-e9fd0a00a478f7de7f2998fa6259285cb5f41a22.tar.gz u-boot-imx-e9fd0a00a478f7de7f2998fa6259285cb5f41a22.tar.bz2 |
doc: README.mx28_common: Add missing entry into Contents
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>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | 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. |