mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
a972b8d701
commit
f93c25966f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue