]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
config_defaults.h: drop OSE bootm default
authorMike Frysinger <vapier@gentoo.org>
Fri, 8 Apr 2011 04:39:46 +0000 (00:39 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Apr 2011 19:56:56 +0000 (15:56 -0400)
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

index abdf3beb0c139fdcf6b25dcaf6047e7022031b56..0337163c2a21529a9d76639c51fe65bf40b4bada 100644 (file)
@@ -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