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 /common/image.c | |
parent | 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 (diff) | |
download | u-boot-imx-3df61957938586c512c17e72d83551d190400981.zip u-boot-imx-3df61957938586c512c17e72d83551d190400981.tar.gz u-boot-imx-3df61957938586c512c17e72d83551d190400981.tar.bz2 |
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 'common/image.c')
-rw-r--r-- | common/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c index fcb938b..3a2f25e 100644 --- a/common/image.c +++ b/common/image.c @@ -103,6 +103,7 @@ static table_entry_t uimage_os[] = { { IH_OS_LYNXOS, "lynxos", "LynxOS", }, #endif { IH_OS_NETBSD, "netbsd", "NetBSD", }, + { IH_OS_OSE, "ose", "Enea OSE", }, { IH_OS_RTEMS, "rtems", "RTEMS", }, { IH_OS_U_BOOT, "u-boot", "U-Boot", }, #if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC) |