Skip to content
Snippets Groups Projects
Commit f93c2596 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent a972b8d7
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
/* Support bootm-ing different OSes */ /* Support bootm-ing different OSes */
#define CONFIG_BOOTM_LINUX 1 #define CONFIG_BOOTM_LINUX 1
#define CONFIG_BOOTM_NETBSD 1 #define CONFIG_BOOTM_NETBSD 1
#define CONFIG_BOOTM_OSE 1
#define CONFIG_BOOTM_RTEMS 1 #define CONFIG_BOOTM_RTEMS 1
#define CONFIG_GZIP 1 #define CONFIG_GZIP 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment