From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Fix references to the documentation files
Date: Wed, 01 May 2013 10:31:10 +0200 [thread overview]
Message-ID: <5180D2CE.50202@denx.de> (raw)
In-Reply-To: <1367356533-16772-1-git-send-email-agust@denx.de>
On 30/04/2013 23:15, Anatolij Gustschin wrote:
> 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>
> ---
> board/LaCie/net2big_v2/kwbimage.cfg | 2 +-
> board/LaCie/netspace_v2/kwbimage-is2.cfg | 2 +-
> board/LaCie/netspace_v2/kwbimage-ns2l.cfg | 2 +-
> board/LaCie/netspace_v2/kwbimage.cfg | 2 +-
> board/LaCie/wireless_space/kwbimage.cfg | 2 +-
> board/Marvell/dreamplug/kwbimage.cfg | 2 +-
> board/Marvell/guruplug/kwbimage.cfg | 2 +-
> board/Marvell/mv88f6281gtw_ge/kwbimage.cfg | 2 +-
> board/Marvell/openrd/kwbimage.cfg | 2 +-
> board/Marvell/rd6281a/kwbimage.cfg | 2 +-
> board/Seagate/dockstar/kwbimage.cfg | 2 +-
> board/boundary/nitrogen6x/nitrogen6dl.cfg | 2 +-
> board/boundary/nitrogen6x/nitrogen6dl2g.cfg | 2 +-
> board/boundary/nitrogen6x/nitrogen6q.cfg | 2 +-
> board/boundary/nitrogen6x/nitrogen6q2g.cfg | 2 +-
> board/boundary/nitrogen6x/nitrogen6s.cfg | 2 +-
> board/boundary/nitrogen6x/nitrogen6s1g.cfg | 2 +-
> board/buffalo/lsxl/kwbimage-lschl.cfg | 2 +-
> board/buffalo/lsxl/kwbimage-lsxhl.cfg | 2 +-
> board/cloudengines/pogo_e02/kwbimage.cfg | 2 +-
> board/d-link/dns325/kwbimage.cfg | 2 +-
> board/esg/ima3-mx53/imximage.cfg | 2 +-
> board/freescale/corenet_ds/pbi.cfg | 2 +-
> board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg | 2 +-
> board/freescale/mx25pdk/imximage.cfg | 2 +-
> board/freescale/mx51evk/imximage.cfg | 2 +-
> board/freescale/mx53ard/imximage_dd3.cfg | 2 +-
> board/freescale/mx53evk/imximage.cfg | 2 +-
> board/freescale/mx53loco/imximage.cfg | 2 +-
> board/freescale/mx53smd/imximage.cfg | 2 +-
> board/freescale/mx6qarm2/imximage.cfg | 2 +-
> board/freescale/mx6qsabreauto/imximage.cfg | 2 +-
> board/genesi/mx51_efikamx/imximage_mx.cfg | 2 +-
> board/genesi/mx51_efikamx/imximage_sb.cfg | 2 +-
> board/iomega/iconnect/kwbimage.cfg | 2 +-
> board/karo/tk71/kwbimage.cfg | 2 +-
> board/keymile/km_arm/kwbimage-memphis.cfg | 2 +-
> board/keymile/km_arm/kwbimage.cfg | 2 +-
> board/keymile/km_arm/kwbimage_128M16_1.cfg | 2 +-
> board/keymile/km_arm/kwbimage_256M8_1.cfg | 2 +-
> board/raidsonic/ib62x0/kwbimage.cfg | 2 +-
> board/ttcontrol/vision2/imximage_hynix.cfg | 2 +-
> doc/SPL/README.am335x-network | 2 +-
> 43 files changed, 43 insertions(+), 43 deletions(-)
>
> diff --git a/board/LaCie/net2big_v2/kwbimage.cfg b/board/LaCie/net2big_v2/kwbimage.cfg
> index 8d9f153..d3904d3 100644
> --- a/board/LaCie/net2big_v2/kwbimage.cfg
> +++ b/board/LaCie/net2big_v2/kwbimage.cfg
> @@ -19,7 +19,7 @@
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/LaCie/netspace_v2/kwbimage-is2.cfg b/board/LaCie/netspace_v2/kwbimage-is2.cfg
> index 590720a..93b803c 100644
> --- a/board/LaCie/netspace_v2/kwbimage-is2.cfg
> +++ b/board/LaCie/netspace_v2/kwbimage-is2.cfg
> @@ -19,7 +19,7 @@
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/LaCie/netspace_v2/kwbimage-ns2l.cfg b/board/LaCie/netspace_v2/kwbimage-ns2l.cfg
> index d008eb0..0a8a514 100644
> --- a/board/LaCie/netspace_v2/kwbimage-ns2l.cfg
> +++ b/board/LaCie/netspace_v2/kwbimage-ns2l.cfg
> @@ -19,7 +19,7 @@
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/LaCie/netspace_v2/kwbimage.cfg b/board/LaCie/netspace_v2/kwbimage.cfg
> index 7e53649..0cf4682 100644
> --- a/board/LaCie/netspace_v2/kwbimage.cfg
> +++ b/board/LaCie/netspace_v2/kwbimage.cfg
> @@ -19,7 +19,7 @@
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/LaCie/wireless_space/kwbimage.cfg b/board/LaCie/wireless_space/kwbimage.cfg
> index 0daf5b5..aeddc0c 100644
> --- a/board/LaCie/wireless_space/kwbimage.cfg
> +++ b/board/LaCie/wireless_space/kwbimage.cfg
> @@ -22,7 +22,7 @@
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/Marvell/dreamplug/kwbimage.cfg b/board/Marvell/dreamplug/kwbimage.cfg
> index ca9cd74..e662b2d 100644
> --- a/board/Marvell/dreamplug/kwbimage.cfg
> +++ b/board/Marvell/dreamplug/kwbimage.cfg
> @@ -24,7 +24,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/Marvell/guruplug/kwbimage.cfg b/board/Marvell/guruplug/kwbimage.cfg
> index 2afd927..9baf6bc 100644
> --- a/board/Marvell/guruplug/kwbimage.cfg
> +++ b/board/Marvell/guruplug/kwbimage.cfg
> @@ -21,7 +21,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/Marvell/mv88f6281gtw_ge/kwbimage.cfg b/board/Marvell/mv88f6281gtw_ge/kwbimage.cfg
> index ec2513f..f74d443 100644
> --- a/board/Marvell/mv88f6281gtw_ge/kwbimage.cfg
> +++ b/board/Marvell/mv88f6281gtw_ge/kwbimage.cfg
> @@ -21,7 +21,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/Marvell/openrd/kwbimage.cfg b/board/Marvell/openrd/kwbimage.cfg
> index 757eb28..19d0bac 100644
> --- a/board/Marvell/openrd/kwbimage.cfg
> +++ b/board/Marvell/openrd/kwbimage.cfg
> @@ -21,7 +21,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/Marvell/rd6281a/kwbimage.cfg b/board/Marvell/rd6281a/kwbimage.cfg
> index 0d12dd9..c8b5d74 100644
> --- a/board/Marvell/rd6281a/kwbimage.cfg
> +++ b/board/Marvell/rd6281a/kwbimage.cfg
> @@ -21,7 +21,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/Seagate/dockstar/kwbimage.cfg b/board/Seagate/dockstar/kwbimage.cfg
> index 98b514d..4b0351d 100644
> --- a/board/Seagate/dockstar/kwbimage.cfg
> +++ b/board/Seagate/dockstar/kwbimage.cfg
> @@ -24,7 +24,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/boundary/nitrogen6x/nitrogen6dl.cfg b/board/boundary/nitrogen6x/nitrogen6dl.cfg
> index d6da96c..6625790 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 0b1c35c..dccd497 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 680a853..e317374 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 f57ab0e..5a06220 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 b5af5cc..d7d5f29 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 5aeefc8..cf2690a 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
> diff --git a/board/buffalo/lsxl/kwbimage-lschl.cfg b/board/buffalo/lsxl/kwbimage-lschl.cfg
> index 2b9b3cd..4ac381e 100644
> --- a/board/buffalo/lsxl/kwbimage-lschl.cfg
> +++ b/board/buffalo/lsxl/kwbimage-lschl.cfg
> @@ -20,7 +20,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/buffalo/lsxl/kwbimage-lsxhl.cfg b/board/buffalo/lsxl/kwbimage-lsxhl.cfg
> index 8a94b6c..c62f22c 100644
> --- a/board/buffalo/lsxl/kwbimage-lsxhl.cfg
> +++ b/board/buffalo/lsxl/kwbimage-lsxhl.cfg
> @@ -20,7 +20,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/cloudengines/pogo_e02/kwbimage.cfg b/board/cloudengines/pogo_e02/kwbimage.cfg
> index a02e88d..32c0cd5 100644
> --- a/board/cloudengines/pogo_e02/kwbimage.cfg
> +++ b/board/cloudengines/pogo_e02/kwbimage.cfg
> @@ -23,7 +23,7 @@
> # You should have received a copy of the GNU General Public License
> # along with this program; If not, see <http://www.gnu.org/licenses/>.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/d-link/dns325/kwbimage.cfg b/board/d-link/dns325/kwbimage.cfg
> index 97cb090..6df7939 100644
> --- a/board/d-link/dns325/kwbimage.cfg
> +++ b/board/d-link/dns325/kwbimage.cfg
> @@ -25,7 +25,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/esg/ima3-mx53/imximage.cfg b/board/esg/ima3-mx53/imximage.cfg
> index fce7492..ab22385 100644
> --- a/board/esg/ima3-mx53/imximage.cfg
> +++ b/board/esg/ima3-mx53/imximage.cfg
> @@ -20,7 +20,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/freescale/corenet_ds/pbi.cfg b/board/freescale/corenet_ds/pbi.cfg
> index 50806ca..af1ebd6 100644
> --- a/board/freescale/corenet_ds/pbi.cfg
> +++ b/board/freescale/corenet_ds/pbi.cfg
> @@ -19,7 +19,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.pblimage for more details about how-to configure
> +# Refer doc/README.pblimage for more details about how-to configure
> # and create PBL boot image
> #
>
> diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
> index f4cae5e..d0f5815 100644
> --- a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
> +++ b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
> @@ -20,7 +20,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/freescale/mx25pdk/imximage.cfg b/board/freescale/mx25pdk/imximage.cfg
> index c42a283..8cc8bde 100644
> --- a/board/freescale/mx25pdk/imximage.cfg
> +++ b/board/freescale/mx25pdk/imximage.cfg
> @@ -15,7 +15,7 @@
> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> * GNU General Public License for more details.
> *
> - * 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/freescale/mx51evk/imximage.cfg b/board/freescale/mx51evk/imximage.cfg
> index 3e141ee..aaa490a 100644
> --- a/board/freescale/mx51evk/imximage.cfg
> +++ b/board/freescale/mx51evk/imximage.cfg
> @@ -20,7 +20,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/freescale/mx53ard/imximage_dd3.cfg b/board/freescale/mx53ard/imximage_dd3.cfg
> index 4633e4d..a103d95 100644
> --- a/board/freescale/mx53ard/imximage_dd3.cfg
> +++ b/board/freescale/mx53ard/imximage_dd3.cfg
> @@ -20,7 +20,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/freescale/mx53evk/imximage.cfg b/board/freescale/mx53evk/imximage.cfg
> index 1cd61d5..c1cfdda 100644
> --- a/board/freescale/mx53evk/imximage.cfg
> +++ b/board/freescale/mx53evk/imximage.cfg
> @@ -20,7 +20,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/freescale/mx53loco/imximage.cfg b/board/freescale/mx53loco/imximage.cfg
> index e6b90c1..2f75ad0 100644
> --- a/board/freescale/mx53loco/imximage.cfg
> +++ b/board/freescale/mx53loco/imximage.cfg
> @@ -20,7 +20,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/freescale/mx53smd/imximage.cfg b/board/freescale/mx53smd/imximage.cfg
> index 4633e4d..a103d95 100644
> --- a/board/freescale/mx53smd/imximage.cfg
> +++ b/board/freescale/mx53smd/imximage.cfg
> @@ -20,7 +20,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/freescale/mx6qarm2/imximage.cfg b/board/freescale/mx6qarm2/imximage.cfg
> index 4ed211e..6f18b37 100644
> --- a/board/freescale/mx6qarm2/imximage.cfg
> +++ b/board/freescale/mx6qarm2/imximage.cfg
> @@ -20,7 +20,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/freescale/mx6qsabreauto/imximage.cfg b/board/freescale/mx6qsabreauto/imximage.cfg
> index bbff813..e720c6b 100644
> --- a/board/freescale/mx6qsabreauto/imximage.cfg
> +++ b/board/freescale/mx6qsabreauto/imximage.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/genesi/mx51_efikamx/imximage_mx.cfg b/board/genesi/mx51_efikamx/imximage_mx.cfg
> index 21ff6d6..0173535 100644
> --- a/board/genesi/mx51_efikamx/imximage_mx.cfg
> +++ b/board/genesi/mx51_efikamx/imximage_mx.cfg
> @@ -26,7 +26,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/genesi/mx51_efikamx/imximage_sb.cfg b/board/genesi/mx51_efikamx/imximage_sb.cfg
> index 7ddd0b1..5c46769 100644
> --- a/board/genesi/mx51_efikamx/imximage_sb.cfg
> +++ b/board/genesi/mx51_efikamx/imximage_sb.cfg
> @@ -26,7 +26,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/iomega/iconnect/kwbimage.cfg b/board/iomega/iconnect/kwbimage.cfg
> index 4b64dab..1b66207 100644
> --- a/board/iomega/iconnect/kwbimage.cfg
> +++ b/board/iomega/iconnect/kwbimage.cfg
> @@ -19,7 +19,7 @@
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <http://www.gnu.org/licenses/>.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/karo/tk71/kwbimage.cfg b/board/karo/tk71/kwbimage.cfg
> index 0166826..9a9cf9d 100644
> --- a/board/karo/tk71/kwbimage.cfg
> +++ b/board/karo/tk71/kwbimage.cfg
> @@ -24,7 +24,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/keymile/km_arm/kwbimage-memphis.cfg b/board/keymile/km_arm/kwbimage-memphis.cfg
> index 5aa0de2..63822a5 100644
> --- a/board/keymile/km_arm/kwbimage-memphis.cfg
> +++ b/board/keymile/km_arm/kwbimage-memphis.cfg
> @@ -23,7 +23,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/keymile/km_arm/kwbimage.cfg b/board/keymile/km_arm/kwbimage.cfg
> index e5e9942..d941d7e 100644
> --- a/board/keymile/km_arm/kwbimage.cfg
> +++ b/board/keymile/km_arm/kwbimage.cfg
> @@ -20,7 +20,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/keymile/km_arm/kwbimage_128M16_1.cfg b/board/keymile/km_arm/kwbimage_128M16_1.cfg
> index 5de8df7..4c31a0d 100644
> --- a/board/keymile/km_arm/kwbimage_128M16_1.cfg
> +++ b/board/keymile/km_arm/kwbimage_128M16_1.cfg
> @@ -25,7 +25,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/keymile/km_arm/kwbimage_256M8_1.cfg b/board/keymile/km_arm/kwbimage_256M8_1.cfg
> index d0a09f6..31b9203 100644
> --- a/board/keymile/km_arm/kwbimage_256M8_1.cfg
> +++ b/board/keymile/km_arm/kwbimage_256M8_1.cfg
> @@ -22,7 +22,7 @@
> # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
> # MA 02110-1301 USA
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
> # This configuration applies to COGE5 design (ARM-part)
> diff --git a/board/raidsonic/ib62x0/kwbimage.cfg b/board/raidsonic/ib62x0/kwbimage.cfg
> index bade627..27a5e31 100644
> --- a/board/raidsonic/ib62x0/kwbimage.cfg
> +++ b/board/raidsonic/ib62x0/kwbimage.cfg
> @@ -20,7 +20,7 @@
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <http://www.gnu.org/licenses/>.
> #
> -# Refer docs/README.kwimage for more details about how-to configure
> +# Refer doc/README.kwbimage for more details about how-to configure
> # and create kirkwood boot image
> #
>
> diff --git a/board/ttcontrol/vision2/imximage_hynix.cfg b/board/ttcontrol/vision2/imximage_hynix.cfg
> index c1de94f..64bddbb 100644
> --- a/board/ttcontrol/vision2/imximage_hynix.cfg
> +++ b/board/ttcontrol/vision2/imximage_hynix.cfg
> @@ -23,7 +23,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/doc/SPL/README.am335x-network b/doc/SPL/README.am335x-network
> index e5a198f..9b63791 100644
> --- a/doc/SPL/README.am335x-network
> +++ b/doc/SPL/README.am335x-network
> @@ -7,7 +7,7 @@ NAND and bricked (empty) board with only a network cable.
>
> I. Building the required images
> 1. You have to enable generic SPL configuration options (see
> -docs/README.SPL) as well as CONFIG_SPL_NET_SUPPORT,
> +doc/README.SPL) as well as CONFIG_SPL_NET_SUPPORT,
> CONFIG_ETH_SUPPORT, CONFIG_SPL_LIBGENERIC_SUPPORT and
> CONFIG_SPL_LIBCOMMON_SUPPORT in your board configuration file to build
> SPL with support for booting over the network. Also you have to enable
>
Acked-by: Stefano Babic <sbabic@denx.de>
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
next prev parent reply other threads:[~2013-05-01 8:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-30 21:15 [U-Boot] [PATCH] Fix references to the documentation files Anatolij Gustschin
2013-05-01 8:31 ` Stefano Babic [this message]
2013-05-10 19:58 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5180D2CE.50202@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.