diff options
| author | Torkel Lundgren <torkel.lundgren@enea.com> | 2010-09-28 11:05:36 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-09-28 14:42:26 +0200 |
| commit | 3df61957938586c512c17e72d83551d190400981 (patch) | |
| tree | f11dca1ede144d58cf5c88b8bc67cb2b0cefa49e /include/config_defaults.h | |
| parent | 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 (diff) | |
| download | olio-uboot-2014.01-3df61957938586c512c17e72d83551d190400981.tar.xz olio-uboot-2014.01-3df61957938586c512c17e72d83551d190400981.zip | |
Add support for operating system OSE
Add OSE as operating system for mkimage and bootm.
Signed-off-by: Torkel Lundgren <torkel.lundgren@enea.com>
Diffstat (limited to 'include/config_defaults.h')
| -rw-r--r-- | include/config_defaults.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h index 0337163c2..abdf3beb0 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,6 +12,7 @@ /* 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 |