Re: [U-Boot] [RFC PATCH 02/20] sandbox: Add architecture image support

2011-09-17 Thread Simon Glass
On Sat, Sep 17, 2011 at 12:29 PM, Marek Vasut wrote: > On Saturday, September 17, 2011 06:48:41 PM Simon Glass wrote: >> We won't actually load an image with this architecture, but we still need >> to define it. >> >> Signed-off-by: Simon Glass >> --- >>  common/image.c  |    5 +++-- >>  include/

Re: [U-Boot] [RFC PATCH 02/20] sandbox: Add architecture image support

2011-09-17 Thread Marek Vasut
On Saturday, September 17, 2011 06:48:41 PM Simon Glass wrote: > We won't actually load an image with this architecture, but we still need > to define it. > > Signed-off-by: Simon Glass > --- > common/image.c |5 +++-- > include/image.h |3 +++ > 2 files changed, 6 insertions(+), 2 dele

[U-Boot] [RFC PATCH 02/20] sandbox: Add architecture image support

2011-09-17 Thread Simon Glass
We won't actually load an image with this architecture, but we still need to define it. Signed-off-by: Simon Glass --- common/image.c |5 +++-- include/image.h |3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/image.c b/common/image.c index d38ce4a..8283561 1