
On 01.06.2018 11:57, Daniel Schwierzeck wrote:
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 | 41 +++++++++++++++++++++++++++++++++ configs/boston32r6el_defconfig | 42 ++++++++++++++++++++++++++++++++++ configs/boston64r6_defconfig | 41 +++++++++++++++++++++++++++++++++ configs/boston64r6el_defconfig | 42 ++++++++++++++++++++++++++++++++++ 4 files changed, 166 insertions(+) create mode 100644 configs/boston32r6_defconfig create mode 100644 configs/boston32r6el_defconfig create mode 100644 configs/boston64r6_defconfig create mode 100644 configs/boston64r6el_defconfig
applied to u-boot-mips, thanks.