commit | 09304f5e6876c5ac1f0c7450364ea3de4e85ca54 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Jul 24 17:51:27 2009 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Aug 09 22:41:42 2009 +0200 |
tree | 9ddc4f54c1da582300862a6bfbb0e47f1267f28b | |
parent | 53c657427e8313053da0bfe4d44ac09fbee9620d [diff] |
env: kill off default_environment_size The only environment type that uses this variable is spi flash, and that is only because it is reimplementing the common set_default_env() function. So fix the spi flash code and kill off the default_environment_size in the process. Signed-off-by: Mike Frysinger <vapier@gentoo.org>