diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-05-03 15:07:58 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-26 17:34:22 +0200 |
commit | 3f5e2e2a7db13dda7b656bbddda10b9cd0d2c871 (patch) | |
tree | 3b82df10328759bad0fb03a797e74cb456a8576c /doc/README.mx28_common | |
parent | 84286c22e6c6de03cd2749ef9d103fb9b79279ad (diff) | |
download | u-boot-imx-3f5e2e2a7db13dda7b656bbddda10b9cd0d2c871.zip u-boot-imx-3f5e2e2a7db13dda7b656bbddda10b9cd0d2c871.tar.gz u-boot-imx-3f5e2e2a7db13dda7b656bbddda10b9cd0d2c871.tar.bz2 |
README: mx28_common: Do not hardcode the SSP port
MX28 can boot from SSP0 or SSP1, so it is better not to hardcode the SSP port
in the instructions.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'doc/README.mx28_common')
-rw-r--r-- | doc/README.mx28_common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/README.mx28_common b/doc/README.mx28_common index ac82419..bba2440 100644 --- a/doc/README.mx28_common +++ b/doc/README.mx28_common @@ -100,9 +100,7 @@ discussed in the following chapters. ----------------------------------------------------------- To boot a MX28 based board from SD, set the boot mode DIP switches according -to i.MX28 manual chapter 12.2.1 (Table 12-2), PORT=SSP0, SD/MMC master on -SSP0, 3.3V. - +to i.MX28 manual chapter 12.2.1 (Table 12-2). An SD card the i.MX28 CPU can use to boot U-Boot must contain a DOS partition table, which in turn carries a partition of special type and which contains a |