diff options
| author | Fabio Estevam <[email protected]> | 2014-02-24 10:32:42 -0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-24 10:56:43 -0500 |
| commit | ad21fbc1186732962eafd841daa5d2795fab327a (patch) | |
| tree | 7eae4b93b38377669b0bfe4a00bd002d5f7ccdd1 | |
| parent | f55e911ff4143ad8cbcc4517d5fb0b9350ff6084 (diff) | |
boards.cfg: Keep arc entries sorted
Run "tools/reformat.py -i -d '-' -s 8 <boards.cfg >boards0.cfg && mv boards0.cfg boards.cfg"
in order to keep arc entries sorted.
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | boards.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boards.cfg b/boards.cfg index c90bb2b2b27..8ce130a5636 100644 --- a/boards.cfg +++ b/boards.cfg @@ -44,6 +44,9 @@ ########################################################################################################### Active aarch64 armv8 - armltd vexpress64 vexpress_aemv8a vexpress_aemv8a:ARM64 David Feng <[email protected]> +Active arc arc700 - synopsys - arcangel4 - Alexey Brodkin <[email protected]> +Active arc arc700 - synopsys - axs101 - Alexey Brodkin <[email protected]> +Active arc arc700 - synopsys arcangel4 arcangel4-be - Alexey Brodkin <[email protected]> Active arm arm1136 - armltd integrator integratorcp_cm1136 integratorcp:CM1136 Linus Walleij <[email protected]> Active arm arm1136 mx31 - - imx31_phycore - - Active arm arm1136 mx31 davedenx - qong - Wolfgang Denk <[email protected]> @@ -1220,9 +1223,6 @@ Active sparc leon3 - gaisler - Active sparc leon3 - gaisler - gr_xc3s_1500 - - Active sparc leon3 - gaisler - grsim - - Active x86 x86 coreboot chromebook-x86 coreboot coreboot-x86 coreboot:SYS_TEXT_BASE=0x01110000 - -Active arc arc700 - synopsys - axs101 - Alexey Brodkin <[email protected]> -Active arc arc700 - synopsys - arcangel4 - Alexey Brodkin <[email protected]> -Active arc arc700 - synopsys arcangel4 arcangel4-be - Alexey Brodkin <[email protected]> Orphan arm arm1136 mx31 - imx31_phycore imx31_phycore_eet imx31_phycore:IMX31_PHYCORE_EET (resigned) Guennadi Liakhovetski <[email protected]> Orphan arm arm1136 mx31 freescale - mx31ads - (resigned) Guennadi Liakhovetski <[email protected]> Orphan arm pxa - - - lubbock - (dead address) Kyle Harris <[email protected]> |
