u-boot/board/icecube
Masahiro Yamada 535aad29f2 MAINTAINERS: comment out blank M: field
Since commit ddaf5c8f30
(patman: RunPipe() should not pipe stdout/stderr unless asked),
Patman spits lots of "Invalid MAINTAINERS address: '-'"
error messages for patches with global changes.
It takes too long for Patman to process them.

Anyway, "M:    -" does not carry any important information.
Rather, it is just like a place holder in case of assigning
a new board maintainer.  Let's comment out.

This commit can be reproduced by the following command:

find . -name MAINTAINERS | xargs sed -i -e '/^M:[[:blank:]]*-$/s/^/#/'

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-09-24 18:30:28 -04:00
..
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS MAINTAINERS: comment out blank M: field 2014-09-24 18:30:28 -04:00
Makefile cosmetic: remove empty lines at the top of file 2013-11-08 09:41:37 -05:00
README doc: cleanup - move board READMEs into respective board directories 2012-07-29 15:42:02 +02:00
README.Lite5200B_low_power doc: cleanup - move board READMEs into respective board directories 2012-07-29 15:42:02 +02:00
flash.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
icecube.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
mt46v16m16-75.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
mt46v32m16.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
mt48lc16m16a2-75.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00

README

---------------------------------------------------------------------------
Build target                Flash address | BDI "go" command | Reset Vector
---------------------------------------------------------------------------
Lite5200                     0xFFF00000   |    0xFFF00100    |   0xFFF00100
Lite5200_LOWBOOT             0xFF000000   |    0xFF000100    |   0x00000100
Lite5200_LOWBOOT08           0xFF800000   |    0xFF800100    |   0x00000100
icecube_5200                 0xFFF00000   |    0xFFF00100    |   0xFFF00100
icecube_5200_LOWBOOT         0xFF000000   |    0xFF000100    |   0x00000100
icecube_5200_LOWBOOT08       0xFF800000   |    0xFF800100    |   0x00000100
icecube_5200_DDR             0xFFF00000   |    0xFFF00100    |   0xFFF00100
icecube_5200_DDR_LOWBOOT     0xFF800000   |    0xFF800100    |   0x00000100
icecube_5200_DDR_LOWBOOT08   0xFF800000   |    0xFF800100    |   0x00000100
---------------------------------------------------------------------------