summaryrefslogtreecommitdiffstats
path: root/include/config_defaults.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-08 00:39:46 -0400
committerMike Frysinger <vapier@gentoo.org>2011-04-13 15:56:56 -0400
commitf93c25966f7f5a9696b1dbc304ebe953040e08b3 (patch)
tree9d3e42b2dd07e36c731f4661912ebebabc646f71 /include/config_defaults.h
parenta972b8d701814317be2b8bcca4103f37bcbb467c (diff)
downloadtalos-obmc-uboot-f93c25966f7f5a9696b1dbc304ebe953040e08b3.tar.gz
talos-obmc-uboot-f93c25966f7f5a9696b1dbc304ebe953040e08b3.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'include/config_defaults.h')
-rw-r--r--include/config_defaults.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h
index abdf3beb0c..0337163c2a 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
OpenPOWER on IntegriCloud