commit | c75942c7b792f420d1bf41e15cb1c00189f26ccd | [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 | d945ce970414673f895ac2b2449d7b7a9edf58d0 [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>