]> git.sur5r.net Git - u-boot/blobdiff - common/ft_build.c
Change env_get_char from a global function ptr to a function.
[u-boot] / common / ft_build.c
index 0e5699a95b84698d6adc30143ce67b5beb5db8d3..0b6c2b7334760df07b7118e7bebc433d4b9e17a9 100644 (file)
@@ -396,8 +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)
 {