Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753671AbdLNPhl (ORCPT ); Thu, 14 Dec 2017 10:37:41 -0500 Received: from mx2.suse.de ([195.135.220.15]:54555 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753393AbdLNPhj (ORCPT ); Thu, 14 Dec 2017 10:37:39 -0500 Subject: Re: [RFC PATCH v2 01/13] bootsplash: Initial implementation showing black screen To: Randy Dunlap , b.zolnierkie@samsung.com, linux-fbdev@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, tiwai@suse.com, oneukum@suse.com, msrb@suse.com, sndirsch@suse.com, michal@markovi.net, philm@manjaro.org, bernhard.rosenkranzer@linaro.org References: <20171213194755.3409-1-mstaudt@suse.de> <20171213194755.3409-2-mstaudt@suse.de> From: Max Staudt Message-ID: <96fd9c2f-a1d5-877c-af33-68e40211cc08@suse.de> Date: Thu, 14 Dec 2017 16:37:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 489 Lines: 17 On 12/14/2017 12:55 AM, Randy Dunlap wrote: > On 12/13/2017 11:47 AM, Max Staudt wrote: >> This is the initial prototype for a lean Linux kernel bootsplash. >> >> As it is now, it will show a black screen rather than a logo, and >> only if manually enabled via the kernel cmdline: >> >> bootsplash.enable=1 > > Is it .enable or .enabled? (compare below) Oops. It's neither, I've kicked out the option and updated the documentation, but forgot about the commit message. Thanks! Max