From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753011AbeCPIT2 (ORCPT ); Fri, 16 Mar 2018 04:19:28 -0400 Received: from mail-qk0-f196.google.com ([209.85.220.196]:40777 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751665AbeCPIT0 (ORCPT ); Fri, 16 Mar 2018 04:19:26 -0400 X-Google-Smtp-Source: AG47ELt2HeMVap7K73ZLrbEbv1+GQrITysHoM+ScA6HdKrkjix0zpN1z7pGXC6gK7A1DeY4M7KFmUOm2j40Jr1B9g3Q= MIME-Version: 1.0 In-Reply-To: <20180316004843.GM26859@dragon> References: <20180315151345.3089601-1-arnd@arndb.de> <20180316004843.GM26859@dragon> From: Arnd Bergmann Date: Fri, 16 Mar 2018 09:19:25 +0100 X-Google-Sender-Auth: 9NP3BiWFWYIq2wcxBhFjDjhGdP0 Message-ID: Subject: Re: [PATCH 1/2] ARM: imx: fix imx6sll-only build To: Shawn Guo Cc: arm-soc , Fabio Estevam , Sascha Hauer , linux-imx@nxp.com, Linux ARM , Bai Ping , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 16, 2018 at 1:48 AM, Shawn Guo wrote: > On Thu, Mar 15, 2018 at 04:13:18PM +0100, Arnd Bergmann wrote: >> When selecting SOC_IMX6SLL but not SOC_IMX6SL, we get a link error: >> >> arch/arm/mach-imx/mach-imx6sl.o: In function `imx6sl_init_late': >> mach-imx6sl.c:(.init.text+0x14): undefined reference to `imx6sl_cpuidle_init' >> >> This adds the missing line to the Makefile to also build the cpuidle >> support that we need here. >> >> Fixes: dee5dee2a5b2 ("ARM: imx: Add basic msl support for imx6sll") >> Signed-off-by: Arnd Bergmann > > Acked-by: Shawn Guo Thanks. Applied both now. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 16 Mar 2018 09:19:25 +0100 Subject: [PATCH 1/2] ARM: imx: fix imx6sll-only build In-Reply-To: <20180316004843.GM26859@dragon> References: <20180315151345.3089601-1-arnd@arndb.de> <20180316004843.GM26859@dragon> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Mar 16, 2018 at 1:48 AM, Shawn Guo wrote: > On Thu, Mar 15, 2018 at 04:13:18PM +0100, Arnd Bergmann wrote: >> When selecting SOC_IMX6SLL but not SOC_IMX6SL, we get a link error: >> >> arch/arm/mach-imx/mach-imx6sl.o: In function `imx6sl_init_late': >> mach-imx6sl.c:(.init.text+0x14): undefined reference to `imx6sl_cpuidle_init' >> >> This adds the missing line to the Makefile to also build the cpuidle >> support that we need here. >> >> Fixes: dee5dee2a5b2 ("ARM: imx: Add basic msl support for imx6sll") >> Signed-off-by: Arnd Bergmann > > Acked-by: Shawn Guo Thanks. Applied both now. Arnd