diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-07-07 10:16:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-08 15:56:06 -0400 |
commit | 53193a4f07c9e7a7d42493863712352cf16f1258 (patch) | |
tree | 6e57b908237df4d480f97f5cd197f9ecd0ee4b4c /.travis.yml | |
parent | dd7ff4721aaf46533a42ebd017aecd70cafa98e3 (diff) | |
download | u-boot-53193a4f07c9e7a7d42493863712352cf16f1258.tar.gz |
powerpc, 8xx: Add support for MCR3000 board from CSSI
CS Systemes d'Information (CSSI) manufactures two boards, named MCR3000
and CMPC885 which are respectively based on MPC866 and MPC885 processors.
This patch adds support for the first board.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f7287ae254..7b9ec1eb5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -206,6 +206,8 @@ matrix: - env: - BUILDMAN="mpc86xx" - env: + - BUILDMAN="mpc8xx" + - env: - BUILDMAN="siemens" - env: - BUILDMAN="tegra" |