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/ft_build.c | |
| parent | cf39b07948015c480b72a6e732cf7d839aa93a9e (diff) | |
| download | olio-uboot-2014.01-a8409f4f1ac84c36273c1a1e341189662521bcfb.tar.xz olio-uboot-2014.01-a8409f4f1ac84c36273c1a1e341189662521bcfb.zip | |
environment: cleanup prototype declarations of env functions.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/ft_build.c')
| -rw-r--r-- | common/ft_build.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/common/ft_build.c b/common/ft_build.c index 0e5699a95..b951178a1 100644 --- a/common/ft_build.c +++ b/common/ft_build.c @@ -396,9 +396,6 @@ void *ft_get_prop(void *bphp, const char *propname, int *szp)  /********************************************************************/ -/* Function that returns a character from the environment */ -extern uchar(*env_get_char) (int); -  void ft_setup(void *blob, bd_t * bd, ulong initrd_start, ulong initrd_end)  {  	u32 *p; |