]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: kill off default_environment_size
authorMike Frysinger <vapier@gentoo.org>
Fri, 24 Jul 2009 21:51:27 +0000 (17:51 -0400)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Aug 2009 20:41:42 +0000 (22:41 +0200)
commit18304f7675e84252965b4e24cba279071f1da472
tree9ddc4f54c1da582300862a6bfbb0e47f1267f28b
parentbedd8403f77f790e9876578885eab1200ba2f8d8
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>
common/env_common.c
common/env_dataflash.c
common/env_flash.c
common/env_mgdisk.c
common/env_nand.c
common/env_nowhere.c
common/env_nvram.c
common/env_sf.c