From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758048AbdLRIcI (ORCPT ); Mon, 18 Dec 2017 03:32:08 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:46866 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757648AbdLRIcH (ORCPT ); Mon, 18 Dec 2017 03:32:07 -0500 Subject: Re: [PATCH 1/2] serial: stm32: add default console To: Greg Kroah-Hartman CC: Jiri Slaby , Rob Herring , Maxime Coquelin , Alexandre Torgue , , , , References: <1512146211-29086-1-git-send-email-ludovic.Barre@st.com> <1512146211-29086-2-git-send-email-ludovic.Barre@st.com> <20171215192517.GA27395@kroah.com> From: Ludovic BARRE Message-ID: <625c8e7a-f6b0-3997-527d-408cfe9b5730@st.com> Date: Mon, 18 Dec 2017 09:31:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171215192517.GA27395@kroah.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.45] X-ClientProxiedBy: SFHDAG1NODE3.st.com (10.75.127.3) To SFHDAG6NODE1.st.com (10.75.127.16) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-18_06:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi Greg Yes, the machine could be boot without console. but our boards has a console by default. it is just to simplified the configuration. you can abandoned this patch, if you prefer. BR Ludo On 12/15/2017 08:25 PM, Greg Kroah-Hartman wrote: > On Fri, Dec 01, 2017 at 05:36:50PM +0100, Ludovic Barre wrote: >> From: Ludovic Barre >> >> This patch adds by default the console support >> on stm32. > > Why? 'default y' should only mean "machine will not boot without this". > And I think your machine will boot without the console, right? :) > > thanks, > > greg k-h >