commit | ba8dcca78dc071fb1f419a920c82c18b10f9eff3 | [log] [tgz] |
---|---|---|
author | Felix Radensky <felix@embedded-sol.com> | Mon Jun 06 05:06:07 2011 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 07 15:05:48 2011 +0200 |
tree | 3b138716ecef0912260889eacfb8d207f99fd38d | |
parent | ac88e66e14886ab97c25c91b0f3a5350d7c8db65 [diff] |
mx31ads: Fix environment location on flash At the moment u-boot and u-boot environment on flash have overlapping addresses, so each u-boot update erases the environment. Fix this by placing evironment right after u-boot. Also, remove confusing comment about environment location. Signed-off-by: Felix Radensky <felix@embedded-sol.com>