[U-Boot] [PATCH] Add support for operating system OSE

Wolfgang Denk wd at denx.de
Mon Sep 27 21:23:43 CEST 2010


Dear "Torkel Lundgren",

In message <DC6F86A94046A64094043D44A3A708F70367A990 at sestoex02.enea.se> you wrote:
> This is a multi-part message in MIME format.

Please submit patches as plain text (using git send-email).

We don't want the "This is a multi-part message in MIME format." in
the commit message.

> Add OSE as operating system for mkimage and bootm.
> ---

Signed-off-by: line missing.

> index fcb938b..85038ad 100644
> --- a/common/image.c
> +++ b/common/image.c
> @@ -105,6 +105,7 @@ static table_entry_t uimage_os[] =3D {
>  	{	IH_OS_NETBSD,	"netbsd",	"NetBSD",		},
>  	{	IH_OS_RTEMS,	"rtems",	"RTEMS",		},
>  	{	IH_OS_U_BOOT,	"u-boot",	"U-Boot",		},
> +	{	IH_OS_OSE,	"ose",		"Enea OSE",		},

Please keep this list was sorted (move IH_OS_OSE after IH_OS_NETBSD).


Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In the pitiful, multipage, connection-boxed form to which  the  flow-
chart  has  today  been  elaborated, it has proved to be useless as a
design tool -- programmers draw flowcharts after, not before, writing
the programs they describe.                        - Fred Brooks, Jr.


More information about the U-Boot mailing list