Re: [U-Boot] [PATCH] image: Fix inverted logic in architecture check.

2011-10-27 Thread Wolfgang Denk
Dear Thierry Reding, In message <1319741905-31209-1-git-send-email-thierry.red...@avionic-design.de> you wrote: > Commit 476af29 broke this check when the ifdef lists we consolidated. > > Signed-off-by: Thierry Reding > --- > include/image.h |2 +- > 1 files changed, 1 insertions(+), 1 del

Re: [U-Boot] [PATCH] image: Fix inverted logic in architecture check.

2011-10-27 Thread Mike Frysinger
On Thu, Oct 27, 2011 at 20:58, Thierry Reding wrote: > Commit 476af29 broke this check when the ifdef lists we consolidated. that does seem to be the case ... sorry about that. i don't have any dt systems to test :x. Acked-by: Mike Frysinger -mike ___

[U-Boot] [PATCH] image: Fix inverted logic in architecture check.

2011-10-27 Thread Thierry Reding
Commit 476af29 broke this check when the ifdef lists we consolidated. Signed-off-by: Thierry Reding --- include/image.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/image.h b/include/image.h index 1ba866e..c56a18d 100644 --- a/include/image.h +++ b/include/im