diff options
author | Wolfgang Denk <wd@denx.de> | 2008-05-14 12:22:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-14 12:22:49 +0200 |
commit | a8409f4f1ac84c36273c1a1e341189662521bcfb (patch) | |
tree | 2f3c4e36b8fdb134a1a67624262d863ceb949ef8 /common/cmd_nvedit.c | |
parent | cf39b07948015c480b72a6e732cf7d839aa93a9e (diff) | |
download | u-boot-a8409f4f1ac84c36273c1a1e341189662521bcfb.tar.gz u-boot-a8409f4f1ac84c36273c1a1e341189662521bcfb.tar.xz u-boot-a8409f4f1ac84c36273c1a1e341189662521bcfb.zip |
environment: cleanup prototype declarations of env functions.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_nvedit.c')
-rw-r--r-- | common/cmd_nvedit.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index cab727f76c..9c5d1fcb90 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -68,19 +68,6 @@ DECLARE_GLOBAL_DATA_PTR; /************************************************************************ ************************************************************************/ -/* Function that returns a character from the environment */ -extern uchar (*env_get_char)(int); - -/* Function that returns a pointer to a value from the environment */ -/* (Only memory version supported / needed). */ -extern uchar *env_get_addr(int); - -/* Function that updates CRC of the enironment */ -extern void env_crc_update (void); - -/************************************************************************ -************************************************************************/ - /* * Table with supported baudrates (defined in config_xyz.h) */ |