Re: [U-Boot] [PATCH] Add support for dataflash to U-boot environment settings tool.

2011-04-12 Thread Wolfgang Denk
Dear Remy Bohmer, In message <1297533986-13294-1-git-send-email-li...@bohmer.net> you wrote: > * The sector size for SPI-dataflash (like AT45 flashes) are not always > a power-of-2. So, the sector calculations are rewritten such that it > works for either power-of-2 as any size sectors. > * Ma

[U-Boot] [PATCH] Add support for dataflash to U-boot environment settings tool.

2011-02-12 Thread Remy Bohmer
* The sector size for SPI-dataflash (like AT45 flashes) are not always a power-of-2. So, the sector calculations are rewritten such that it works for either power-of-2 as any size sectors. * Make the flash sector size optional in case it is the same value as the environment size. Signed-off-