Re: [U-Boot] [PATCH 2/3] COMMON: Use __stringify() instead of xstr()

2012-08-10 Thread Anatolij Gustschin
Hi, On Wed, 8 Aug 2012 12:52:18 +0200 Marek Vasut wrote: > Kill multiple occurances and redeclaration of xstr in favor of __stringify(). > > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > --- > include/configs/MPC8308RDB.h|9 +++-- > include/configs/amcc-common.h |

Re: [U-Boot] [PATCH 2/3] COMMON: Use __stringify() instead of xstr()

2012-08-08 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 2/3] COMMON: Use __stringify() instead of xstr()

2012-08-08 Thread Marek Vasut
Kill multiple occurances and redeclaration of xstr in favor of __stringify(). Signed-off-by: Marek Vasut Cc: Wolfgang Denk --- include/configs/MPC8308RDB.h|9 +++-- include/configs/amcc-common.h | 25 +++- include/configs/at91sam9263ek.h |5 +-