Commit 350500b30df2ac96d3722de5aa5500832956f9a2

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent b1fc3c56d2

git-mailrc: add Alexey as ARC maintainer

It's easier to Cc him on ARC-releated patches.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

... ... @@ -12,6 +12,7 @@
12 12 # things simple and easy to look up/coordinate.
13 13 alias aaribaud Albert Aribaud <albert.u.boot@aribaud.net>
14 14 alias abiessmann Andreas Bießmann <andreas.devel@googlemail.com>
  15 +alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com>
15 16 alias afleming Andy Fleming <afleming@gmail.com>
16 17 alias ag Anatolij Gustschin <agust@denx.de>
17 18 alias alisonwang Alison Wang <alison.wang@freescale.com>
18 19  
... ... @@ -50,8 +51,10 @@
50 51 alias wd Wolfgang Denk <wd@denx.de>
51 52  
52 53 # Architecture aliases
53   -alias arch arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
  54 +alias arch arc, arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, sparc, x86
54 55 alias arches arch
  56 +
  57 +alias arc uboot, abrodkin
55 58  
56 59 alias arm uboot, aaribaud
57 60 alias at91 uboot, abiessmann