From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Dec 2014 18:01:01 +0100 Subject: [U-Boot] [PATCH 1/2] image: bootm: Add OpenRTOS image type In-Reply-To: References: <1418735242-5801-1-git-send-email-marex@denx.de> Message-ID: <201412161801.01835.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, December 16, 2014 at 05:28:55 PM, Simon Glass wrote: > On 16 December 2014 at 06:07, Marek Vasut wrote: > > Add separate image type for the Wittenstein OpenRTOS . > > > > Signed-off-by: Marek Vasut > > Cc: Simon Glass > > Cc: Tom Rini > > --- > > > > common/bootm_os.c | 29 +++++++++++++++++++++++++++++ > > common/image.c | 4 ++++ > > include/image.h | 1 + > > 3 files changed, 34 insertions(+) > > Reviewed-by: Simon Glass Thank you! I was a bit worried if these patches are really done right and if this is the correct way to integrate the OpenRTOS support. Best regards, Marek Vasut