Re: [PATCH] sh: Fix building j2_defconfig

From: Rob Landley
Date: Tue Aug 16 2016 - 17:15:47 EST


On 08/16/2016 10:41 AM, Jason Cooper wrote:
> When targeting the j2, we need to retain '-m2'. Previously, the
> Makefile blew out -m2 on the next line via :=.
>
> Fix this by s/:=/+=/ when building for the J2.
>
> Fixes: 5a846abad07f6 ("sh: add support for J-Core J2 processor")
> Signed-off-by: Jason Cooper <jason@xxxxxxxxxxxxxx>

Speaking of j2, any status on the missing pieces of infratsructure that
went in through other trees, without which booting hangs awaiting the
first interrupt?

http://lists.j-core.org/pipermail/j-core/2016-August/000326.html

It would be nice if the rest of the board support could make it in this
release. Which trees are they going through?

Rob