From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753953AbcHPVZD (ORCPT ); Tue, 16 Aug 2016 17:25:03 -0400 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:17793 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752588AbcHPVZA (ORCPT ); Tue, 16 Aug 2016 17:25:00 -0400 X-MHO-User: f16760b2-63f7-11e6-8929-8ded99d5e9d7 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.99.77.15 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io D155E80207 Date: Tue, 16 Aug 2016 21:23:49 +0000 From: Jason Cooper To: Rob Landley Cc: Rich Felker , Thomas Gleixner , Marc Zyngier , linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: [PATCH] sh: Fix building j2_defconfig Message-ID: <20160816212349.GS3353@io.lakedaemon.net> References: <20160816154140.25022-1-jason@lakedaemon.net> <398e6385-ec40-4493-449d-c8c43fd11d85@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <398e6385-ec40-4493-449d-c8c43fd11d85@landley.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On Tue, Aug 16, 2016 at 04:15:22PM -0500, Rob Landley wrote: > 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 > > 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? I'm not aware of the status of other bits, but the irqchip driver can be found [1] in a stable, based off of v4.8-rc1, branch here: git://git.infradead.org/users/jcooper/linux.git irqchip/jcore hth, Jason. [1] Now that I got the damn toolchain fixed and j2_defconfig building...