Re: [U-Boot] [PATCH] atmel_df_pow2: standalone to convert dataflashes to pow2

2009-09-04 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248381423-29524-1-git-send-email-vap...@gentoo.org> you wrote: > Atmel DataFlashes by default operate with pages that are slightly bigger > than normal binary sizes (i.e. many are 1056 byte pages rather than 1024 > bytes). However, they also have a "power of 2" m

Re: [U-Boot] [PATCH] atmel_df_pow2: standalone to convert dataflashes to pow2

2009-07-23 Thread Mike Frysinger
mmm didnt mean to send this one out. there's no difference with the previous version. -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

Re: [U-Boot] [PATCH] atmel_df_pow2: standalone to convert dataflashes to pow2

2009-07-20 Thread Andrzej Wolski
> Atmel DataFlashes by default operate with pages with 1056 byte pages. They > also have a "power of 2" mode where the pages are 1024 bytes in size. Page size is not always 1056/1024 bytes, it is depended on total memory size. > + if (flash_set_pow2(slave)) { > +