commit | a3110f01c408713e98756f136e09ec2bf0b16625 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Wed Oct 27 09:06:20 2010 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 27 18:30:23 2010 |
tree | c63cbf950bd08e0c58e7049733f6ceb523d7f1da | |
parent | f0fee6a6469509a6cf1df88a81a73735f74b5a5d [diff] |
env_sf: updated to the new environment code Functions to store/retrieve the environment from a SPI flash was not updated to the new environment code. The non-redundant case was not working correctly, reporting ""Environment SPI flash not initialized" and the code was not compiled clean in the redundant case. The patch fixes these issue and makes the code more coherent with other environment storage (nand, flash). Signed-off-by: Stefano Babic <sbabic@denx.de>