Re: [U-Boot] [PATCH] [trivial] common.h: remove value from bool defines

2012-01-05 Thread Wolfgang Denk
Dear Igor Grinberg, In message <1324882432-8798-1-git-send-email-grinb...@compulab.co.il> you wrote: > Several boolean defines have a value assigned. > Remove the value as defining the symbol is enough. trivial, but broken. This patch breaks a ton of builds like this: Configuring for MPC8308RDB

Re: [U-Boot] [PATCH] [trivial] common.h: remove value from bool defines

2012-01-05 Thread Wolfgang Denk
Dear Igor Grinberg, In message <1324882432-8798-1-git-send-email-grinb...@compulab.co.il> you wrote: > Several boolean defines have a value assigned. > Remove the value as defining the symbol is enough. > > Signed-off-by: Igor Grinberg > --- > include/common.h | 16 > 1 files

Re: [U-Boot] [PATCH] [trivial] common.h: remove value from bool defines

2011-12-31 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] [trivial] common.h: remove value from bool defines

2011-12-25 Thread Igor Grinberg
Several boolean defines have a value assigned. Remove the value as defining the symbol is enough. Signed-off-by: Igor Grinberg --- include/common.h | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/common.h b/include/common.h index 5cfdd76..695e43c 1