Re: [U-Boot] [PATCH] nios2: add unaligned.h to be included by zlib.c

2010-03-16 Thread Scott McNutt
Thomas, This patch ignored due to your subsequent patch (03/14/2010). Regards, --Scott Thomas Chou wrote: > Signed-off-by: Thomas Chou > --- > include/asm-nios2/unaligned.h | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) > create mode 100644 include/asm-nios2/u

Re: [U-Boot] [PATCH] nios2: add unaligned.h to be included by zlib.c

2010-03-06 Thread Thomas Chou
On 03/05/2010 07:40 PM, Mike Frysinger wrote: > i posted an asm-generic version recently i think you should be able to > leverage ... > -mike > > > Hi Mke, Thanks. I will take it. On the other side, I think it will be helpful if we have a generic bitops.h. We need it for ubifs/ubi support on

Re: [U-Boot] [PATCH] nios2: add unaligned.h to be included by zlib.c

2010-03-05 Thread Mike Frysinger
i posted an asm-generic version recently i think you should be able to leverage ... -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] nios2: add unaligned.h to be included by zlib.c

2010-02-28 Thread Thomas Chou
Signed-off-by: Thomas Chou --- include/asm-nios2/unaligned.h | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 include/asm-nios2/unaligned.h diff --git a/include/asm-nios2/unaligned.h b/include/asm-nios2/unaligned.h new file mode 100644 index 0