Re: [U-Boot] [PATCH 1/1] travis-ci: OrangePi PC2 only links with gcc-5.x or later

2017-04-10 Thread Tom Rini
On Mon, Apr 10, 2017 at 02:26:55PM -0400, Tom Rini wrote: > We disable this specific board as it does not link with the gcc-4.9.x > that we use today in travis-ci. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH 1/1] travis-ci: OrangePi PC2 only links with gcc-5.x or later

2017-04-10 Thread Tom Rini
We disable this specific board as it does not link with the gcc-4.9.x that we use today in travis-ci. Signed-off-by: Tom Rini --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dc38df9882b..591915df4c89 100644 --- a/.travis.yml ++