diff options
| author | Anatolij Gustschin <agust@denx.de> | 2013-04-30 11:15:33 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-05-10 08:16:33 -0400 | 
| commit | b1e6c4c3d4a2b394096766d959aaa9b51a38099b (patch) | |
| tree | f0bdd054bc180010fa87b3f744a8e1f39d7d6935 /board/boundary | |
| parent | e4fdcadd8a6eedb1edaabbc85c782b43d4e80fe2 (diff) | |
| download | olio-uboot-2014.01-b1e6c4c3d4a2b394096766d959aaa9b51a38099b.tar.xz olio-uboot-2014.01-b1e6c4c3d4a2b394096766d959aaa9b51a38099b.zip | |
Fix references to the documentation files
Many boot image configuration files refer to the
appropriate documentation file, but these references
contain typos in the directory and file name. Fix
them. Also fix reference to doc/README.SPL file.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/boundary')
| -rw-r--r-- | board/boundary/nitrogen6x/nitrogen6dl.cfg | 2 | ||||
| -rw-r--r-- | board/boundary/nitrogen6x/nitrogen6dl2g.cfg | 2 | ||||
| -rw-r--r-- | board/boundary/nitrogen6x/nitrogen6q.cfg | 2 | ||||
| -rw-r--r-- | board/boundary/nitrogen6x/nitrogen6q2g.cfg | 2 | ||||
| -rw-r--r-- | board/boundary/nitrogen6x/nitrogen6s.cfg | 2 | ||||
| -rw-r--r-- | board/boundary/nitrogen6x/nitrogen6s1g.cfg | 2 | 
6 files changed, 6 insertions, 6 deletions
| diff --git a/board/boundary/nitrogen6x/nitrogen6dl.cfg b/board/boundary/nitrogen6x/nitrogen6dl.cfg index d6da96c5e..66257901d 100644 --- a/board/boundary/nitrogen6x/nitrogen6dl.cfg +++ b/board/boundary/nitrogen6x/nitrogen6dl.cfg @@ -19,7 +19,7 @@   * Foundation Inc. 51 Franklin Street Fifth Floor Boston,   * MA 02110-1301 USA   * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure   * and create imximage boot image   *   * The syntax is taken as close as possible with the kwbimage diff --git a/board/boundary/nitrogen6x/nitrogen6dl2g.cfg b/board/boundary/nitrogen6x/nitrogen6dl2g.cfg index 0b1c35c31..dccd4971f 100644 --- a/board/boundary/nitrogen6x/nitrogen6dl2g.cfg +++ b/board/boundary/nitrogen6x/nitrogen6dl2g.cfg @@ -19,7 +19,7 @@   * Foundation Inc. 51 Franklin Street Fifth Floor Boston,   * MA 02110-1301 USA   * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure   * and create imximage boot image   *   * The syntax is taken as close as possible with the kwbimage diff --git a/board/boundary/nitrogen6x/nitrogen6q.cfg b/board/boundary/nitrogen6x/nitrogen6q.cfg index 680a85368..e31737463 100644 --- a/board/boundary/nitrogen6x/nitrogen6q.cfg +++ b/board/boundary/nitrogen6x/nitrogen6q.cfg @@ -19,7 +19,7 @@   * Foundation Inc. 51 Franklin Street Fifth Floor Boston,   * MA 02110-1301 USA   * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure   * and create imximage boot image   *   * The syntax is taken as close as possible with the kwbimage diff --git a/board/boundary/nitrogen6x/nitrogen6q2g.cfg b/board/boundary/nitrogen6x/nitrogen6q2g.cfg index f57ab0eed..5a06220a3 100644 --- a/board/boundary/nitrogen6x/nitrogen6q2g.cfg +++ b/board/boundary/nitrogen6x/nitrogen6q2g.cfg @@ -19,7 +19,7 @@   * Foundation Inc. 51 Franklin Street Fifth Floor Boston,   * MA 02110-1301 USA   * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure   * and create imximage boot image   *   * The syntax is taken as close as possible with the kwbimage diff --git a/board/boundary/nitrogen6x/nitrogen6s.cfg b/board/boundary/nitrogen6x/nitrogen6s.cfg index b5af5cc1b..d7d5f29a5 100644 --- a/board/boundary/nitrogen6x/nitrogen6s.cfg +++ b/board/boundary/nitrogen6x/nitrogen6s.cfg @@ -19,7 +19,7 @@   * Foundation Inc. 51 Franklin Street Fifth Floor Boston,   * MA 02110-1301 USA   * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure   * and create imximage boot image   *   * The syntax is taken as close as possible with the kwbimage diff --git a/board/boundary/nitrogen6x/nitrogen6s1g.cfg b/board/boundary/nitrogen6x/nitrogen6s1g.cfg index 5aeefc878..cf2690ab1 100644 --- a/board/boundary/nitrogen6x/nitrogen6s1g.cfg +++ b/board/boundary/nitrogen6x/nitrogen6s1g.cfg @@ -19,7 +19,7 @@   * Foundation Inc. 51 Franklin Street Fifth Floor Boston,   * MA 02110-1301 USA   * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure   * and create imximage boot image   *   * The syntax is taken as close as possible with the kwbimage |