default-env.patch
commit60ff32adbd9597ae46f1a7698e36964901cbc2e7
authormokopatches <unknown@openmoko.org>
Fri, 11 Apr 2008 13:27:03 +0000 (11 14:27 +0100)
committerwarmcat <andy@warmcat.com>
Fri, 11 Apr 2008 13:27:03 +0000 (11 14:27 +0100)
tree98255ce2e480ba8b3d179c8a4cd7513d7e10ee2d
parent760fc40f1127244803ae95dd1405580e430c5ffe
default-env.patch
common/env_common.c (default_env): new function that resets the environment to
  the default value
common/env_common.c (env_relocate): use default_env instead of own copy
common/env_nand.c (env_relocate_spec): use default_env instead of own copy
include/environment.h: added default_env prototype

- Werner Almesberger <werner@openmoko.org>
common/env_common.c
common/env_nand.c
include/environment.h