diff mbox

[U-Boot] OSE support shouldnt be enabled by default

Message ID DC6F86A94046A64094043D44A3A708F710E0B4C3@sestoex02.enea.se
State Deferred
Delegated to: Mike Frysinger
Headers show

Commit Message

Torkel Lundgren May 13, 2011, 5:38 a.m. UTC
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 <torkel.lundgren@enea.com>
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 <torkel.lundgren@enea.com>
diff mbox

Patch

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