[U-Boot] [PATCH] config_defaults.h: drop OSE bootm default

8 Apr
2011
8 Apr
'11
6:44 a.m.
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 vapier@gentoo.org --- include/config_defaults.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
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
--
1.7.4.1
5143
Age (days ago)
5143
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike Frysinger