commit | ce8670c2fc450d4aa0d4b53d25e429630de2d47f | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Aug 13 16:46:21 2012 -0600 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Aug 14 11:34:30 2012 -0400 |
tree | 24b2e6ae8cb0fe4940caf6d84f5e19c82804df0a | |
parent | 9fe7265d06aa9707f1962cb890a512da5c5c3a7d [diff] |
sf: winbond: fix page_size 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. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>