From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 3 May 2013 21:52:14 +0200 Subject: [U-Boot] [PATCH 2/6] README: mx28_common: Do not hardcode the SSP port In-Reply-To: <1367604482-20955-2-git-send-email-festevam@gmail.com> References: <1367604482-20955-1-git-send-email-festevam@gmail.com> <1367604482-20955-2-git-send-email-festevam@gmail.com> Message-ID: <201305032152.14780.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 > > 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 > --- > doc/README.mx28_common | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/doc/README.mx28_common b/doc/README.mx28_common > index 6618908..bd12cab 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). Make sure to leave the 3V3 thing there. PORT=SSPn would be a better solution here too. > 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 Best regards, Marek Vasut