]> git.sur5r.net Git - u-boot/commit
MIPS: add MIPS Release 6 build coverage for Boston boards
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 1 Jun 2018 09:57:37 +0000 (11:57 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 11 Jul 2018 12:23:55 +0000 (14:23 +0200)
commitd0626e0b3ca76253c3c296248913f43af8125d9e
treeeaa27cdbbbe0a6681a527c292e2b3c814ba37b67
parente3396ffd720877976141fa0b76a0b8ee9643d7d1
MIPS: add MIPS Release 6 build coverage for Boston boards

Now that Travis CI is building with gcc-7.3.0, we can add
build coverage for all combinations of MIPS Release 6
instruction sets (MIPS32, MIPS64, Big Endian, Little Endian).

Add mew default configs for Boston board for all MIPS Release 6
variants.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
configs/boston32r6_defconfig [new file with mode: 0644]
configs/boston32r6el_defconfig [new file with mode: 0644]
configs/boston64r6_defconfig [new file with mode: 0644]
configs/boston64r6el_defconfig [new file with mode: 0644]