From: Mike Frysinger Date: Fri, 8 Apr 2011 04:39:46 +0000 (-0400) Subject: config_defaults.h: drop OSE bootm default X-Git-Tag: v2011.06-rc1~143^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f93c25966f7f5a9696b1dbc304ebe953040e08b3;p=kernel%2Fu-boot.git config_defaults.h: drop OSE bootm default Most arches don't support OSE, and this is a new bootm target, so the likelihood of any board actually wanting this today is fairly low. Any board who actually wants this can enable it in the board-specific config without making it a default bloat. Signed-off-by: Mike Frysinger --- diff --git a/include/config_defaults.h b/include/config_defaults.h index abdf3be..0337163 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,7 +12,6 @@ /* 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