From patchwork Fri May 13 05:38:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Torkel Lundgren X-Patchwork-Id: 95432 X-Patchwork-Delegate: vapier@gentoo.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 85AB91007D1 for ; Fri, 13 May 2011 15:50:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B619F2808D; Fri, 13 May 2011 07:50:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gTNf7faeVgei; Fri, 13 May 2011 07:50:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9899928090; Fri, 13 May 2011 07:50:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D6AA328090 for ; Fri, 13 May 2011 07:50:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y2aM9VfU2yRm for ; Fri, 13 May 2011 07:50:26 +0200 (CEST) X-Greylist: delayed 723 seconds by postgrey-1.27 at theia; Fri, 13 May 2011 07:50:24 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mx-3.enea.com (mx-3.enea.com [192.36.1.72]) by theia.denx.de (Postfix) with ESMTP id 07C162808D for ; Fri, 13 May 2011 07:50:24 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 13 May 2011 07:38:18 +0200 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: OSE support shouldnt be enabled by default Thread-Index: Acvwwiybqt4rf4sxT/WjzatKaUtZLAgbUnqA References: From: "Torkel Lundgren" To: "Mike Frysinger" Cc: u-boot Subject: Re: [U-Boot] OSE support shouldnt be enabled by default X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de I haven't had the time to look into this. Meanwhile, config_defaults.h can be reverted and I'll add CONFIG_BOOTM_OSE to the configs of the boards affected later. BR Torkel -----Ursprungligt meddelande----- Från: vapierfilter@gmail.com [mailto:vapierfilter@gmail.com] För Mike Frysinger Skickat: den 2 april 2011 01:11 Till: Torkel Lundgren Kopia: u-boot Ämne: OSE support shouldnt be enabled by default the commit below slipped in without me noticing ... could you please revert the change to this header and only enable support for this OS in whatever boards you're using ? especially considering this OS only works for specific setups (phones) and on few processors (ARM, PPC, MIPS). -mike commit 3df61957938586c512c17e72d83551d190400981 Author: Torkel Lundgren Date: Tue Sep 28 11:05:36 2010 +0200 Add support for operating system OSE Add OSE as operating system for mkimage and bootm. Signed-off-by: Torkel Lundgren diff --git a/include/config_defaults.h b/include/config_defaults.h index 0337163..abdf3be 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,6 +12,7 @@ /* Support bootm-ing different OSes */ #define CONFIG_BOOTM_LINUX 1 #define CONFIG_BOOTM_NETBSD 1 +#define CONFIG_BOOTM_OSE 1 #define CONFIG_BOOTM_RTEMS 1 #define CONFIG_GZIP 1