From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751430AbdJDBaB (ORCPT ); Tue, 3 Oct 2017 21:30:01 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:38549 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbdJDBaA (ORCPT ); Tue, 3 Oct 2017 21:30:00 -0400 X-Google-Smtp-Source: AOwi7QDtdJQGH0LumjMqTa5qJpEPQtyw1MK0dNvLN9gxiNVEZlWHhDZacuj1ViJY1k1niyyQYlR8tQ== Date: Tue, 3 Oct 2017 18:07:30 -0700 From: Olof Johansson To: Arnd Bergmann Cc: arm@kernel.org, Krzysztof Kozlowski , Linus Walleij , Jacek Anaszewski , Bjorn Andersson , Viresh Kumar , Borislav Petkov , Liviu Dudau , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =m Message-ID: <20171004010730.rnlweo4p4wko6e4h@localhost> References: <20170918154827.1654377-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170918154827.1654377-1-arnd@arndb.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 18, 2017 at 05:47:50PM +0200, Arnd Bergmann wrote: > It is no longer possible to load this at runtime, so let's > change the few remaining users to have it built-in all > the time. > > arch/arm/configs/zeus_defconfig:115:warning: symbol value 'm' invalid for FRAMEBUFFER_CONSOLE > arch/arm/configs/viper_defconfig:116:warning: symbol value 'm' invalid for FRAMEBUFFER_CONSOLE > arch/arm/configs/pxa_defconfig:474:warning: symbol value 'm' invalid for FRAMEBUFFER_CONSOLE > > Reported-by: kernelci.org bot > Fixes: 6104c37094e7 ("fbcon: Make fbcon a built-time depency for fbdev") > Signed-off-by: Arnd Bergmann Applied to fixes. -Olof