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

2010-09-28 Thread Wolfgang Denk
Dear Torkel Lundgren, In message <1285664736-21181-1-git-send-email-torkel.lundg...@enea.com> you wrote: > Add OSE as operating system for mkimage and bootm. > > Signed-off-by: Torkel Lundgren > --- > common/cmd_bootm.c| 39 +++ > common/image.c

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

2010-09-28 Thread Torkel Lundgren
Add OSE as operating system for mkimage and bootm. Signed-off-by: Torkel Lundgren --- common/cmd_bootm.c| 39 +++ common/image.c|1 + include/config_defaults.h |1 + include/image.h |1 + 4 files changed, 42 insertio

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

2010-09-27 Thread Wolfgang Denk
Dear "Torkel Lundgren", In message 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.

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

2010-09-27 Thread Torkel Lundgren
Add OSE as operating system for mkimage and bootm. --- common/cmd_bootm.c| 39 +++ common/image.c|1 + include/config_defaults.h |1 + include/image.h |1 + 4 files changed, 42 insertions(+), 0 deletions(-) diff --git