Re: [U-Boot] [PATCH 1/1] [NAND] Add support for 4GiB and larger NAND

2011-03-17 Thread Aaron Williams
On Wednesday, March 16, 2011 04:32:59 PM Scott Wood wrote: > On Mon, Jan 31, 2011 at 07:44:13PM -0800, Aaron Williams wrote: > > I'm still fighting with my mail tool, hopefully this will work. > > Patch is line-wrapped and does not apply. > > -Scott I still need to get GIT working properly so I

Re: [U-Boot] [PATCH 1/1] [NAND] Add support for 4GiB and larger NAND

2011-03-16 Thread Scott Wood
On Mon, Jan 31, 2011 at 07:44:13PM -0800, Aaron Williams wrote: > I'm still fighting with my mail tool, hopefully this will work. Patch is line-wrapped and does not apply. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 1/1] [NAND] Add support for 4GiB and larger NAND

2011-01-31 Thread Wolfgang Denk
Dear Aaron Williams, In message <201101311944.13761.aaron.willi...@caviumnetworks.com> you wrote: > I'm still fighting with my mail tool, hopefully this will work. You should use "git format-patch" to create and "git send-email" to submit the patch instead. Noter that such a comment as the line a

[U-Boot] [PATCH 1/1] [NAND] Add support for 4GiB and larger NAND

2011-01-31 Thread Aaron Williams
I'm still fighting with my mail tool, hopefully this will work. This patch adds support for NAND flash 4GiB and larger. The changes in the data structure match those found in the Linux kernel. Most of the changes involve changing u32s to u64s. -Aaron Signed-off-by: Aaron Williams common/cmd_