diff options
| author | Paul Burton <paul.burton@imgtec.com> | 2013-10-23 11:17:14 +0100 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-11-08 09:38:24 -0500 | 
| commit | 7ec0cde292f90a77eee4328730fcd42b7c26788c (patch) | |
| tree | 56a561e4f950751d7c85486400e86e3bd8ccc08e | |
| parent | 88733e2c65b1b118e6e1a942d62a48ce62a5ea40 (diff) | |
| download | olio-uboot-2014.01-7ec0cde292f90a77eee4328730fcd42b7c26788c.tar.xz olio-uboot-2014.01-7ec0cde292f90a77eee4328730fcd42b7c26788c.zip | |
boards.cfg: remove trailing whitespace
Commit 93e14596 "Coding Style cleanup: replace leading SPACEs by TABs"
added trailing whitespace to a single line of boards.cfg. I presume this
was unintentional, and it causes the file to change after running it
through the reformat.py script. Remove the offending character.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
| -rw-r--r-- | boards.cfg | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/boards.cfg b/boards.cfg index 5e101253f..4eb5eb4e2 100644 --- a/boards.cfg +++ b/boards.cfg @@ -197,7 +197,7 @@ Active  arm         arm926ejs      mb86r0x     syteco          jadecpu  Active  arm         arm926ejs      mx25        freescale       mx25pdk             mx25pdk                              mx25pdk:IMX_CONFIG=board/freescale/mx25pdk/imximage.cfg                                                                           Fabio Estevam <fabio.estevam@freescale.com>  Active  arm         arm926ejs      mx25        karo            tx25                tx25                                 -                                                                                                                                 John Rigby <jcrigby@gmail.com>  Active  arm         arm926ejs      mx25        syteco          zmx25               zmx25                                -                                                                                                                                 Matthias Weisser <weisserm@arcor.de> -Active  arm         arm926ejs      mx27        armadeus        apf27               apf27                                -                                                                                                                                 Philippe Reynes <tremyfr@yahoo.fr>:Eric Jarrige <eric.jarrige@armadeus.org>  +Active  arm         arm926ejs      mx27        armadeus        apf27               apf27                                -                                                                                                                                 Philippe Reynes <tremyfr@yahoo.fr>:Eric Jarrige <eric.jarrige@armadeus.org>  Active  arm         arm926ejs      mx27        logicpd         imx27lite           imx27lite                            -                                                                                                                                 Wolfgang Denk <wd@denx.de>  Active  arm         arm926ejs      mx27        logicpd         imx27lite           magnesium                            -                                                                                                                                 Heiko Schocher <hs@denx.de>  Active  arm         arm926ejs      mxs         bluegiga        apx4devkit          apx4devkit                           apx4devkit                                                                                                                        Lauri Hintsala <lauri.hintsala@bluegiga.com> |