Re: [U-Boot] [PATCH] sf: winbond: fix page_size

2012-08-14 Thread Mike Frysinger
On Monday 13 August 2012 18:46:21 Stephen Warren wrote: > Commit a4ed3b6 "sf: inline data constants" modified winbond.c's page_size > from 256 to 4096. This prevents either/both of "sf write" writing the > correct data, or "sf read" from reading the correct data back. yeah, sorry about that. merg

[U-Boot] [PATCH] sf: winbond: fix page_size

2012-08-13 Thread Stephen Warren
From: Stephen Warren Commit a4ed3b6 "sf: inline data constants" modified winbond.c's page_size from 256 to 4096. This prevents either/both of "sf write" writing the correct data, or "sf read" from reading the correct data back. This allows U-Boot running on Compulab Tegra to upgrade itself. Sig