]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove code duplication for setting the default environment
authorHarald Welte <laforge@gnumonks.org>
Mon, 7 Jul 2008 07:40:39 +0000 (15:40 +0800)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jul 2008 22:28:20 +0000 (00:28 +0200)
commit5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
tree4e761b4b8bcf58c14e331640242cb9ed12ceb91d
parentc3bf1ad7baa1b0dd989dedc260b7098b6089ae05
Remove code duplication for setting the default environment

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

Signed-off-by: Werner Almesberger <werner@openmoko.org>
Signed-off-by: Harald Welte <laforge@openmoko.org>
common/env_common.c
common/env_nand.c
include/environment.h