Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Dec 2000 11:34:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Dec 2000 11:34:02 -0500 Received: from [195.77.234.5] ([195.77.234.5]:11274 "HELO ntdes.cirsa.com") by vger.kernel.org with SMTP id ; Mon, 4 Dec 2000 11:33:56 -0500 Message-ID: <01C05E13.BEE08A70@wsi_joan.UNIDESA_RD> From: Joan Bertran To: "'mj@suse.cz'" Cc: "linux-kernel@vger.kernel.org" Subject: Config setting to remove linux logo Date: Mon, 4 Dec 2000 17:00:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I know that there is a similar question about this in linux-kernel Fri, 01 Oct 1999 but I will like that the Linux logo were a config option. The difference betwen the stripped uncompressed vmlinux 2.4.0-test11 file is of 12288 bytes. I have a patch without the config menu option: diff -ur ./linux-2.4.0.test11_orig/drivers/video/fbcon.c ./linux-2.4.0.test11/drivers/video/fbcon.c --- ./linux-2.4.0.test11_orig/drivers/video/fbcon.c Sun Oct 29 06:17:34 2000 +++ ./linux-2.4.0.test11/drivers/video/fbcon.c Mon Dec 4 16:00:21 2000 @@ -53,6 +53,7 @@ * License. See the file COPYING in the main directory of this archive for * more details. */ +#define NO_FB_LOGO #undef FBCONDEBUG @@ -94,8 +95,11 @@ #ifdef CONFIG_FBCON_VGA_PLANES #include #endif + +#ifndef NO_FB_LOGO #define INCLUDE_LINUX_LOGO_DATA #include +#endif #include