]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_nowhere.c
ARM: Add Altera SOCFPGA Cyclone5
[karo-tx-uboot.git] / common / env_nowhere.c
index 8a3ca1978ff329b87d33a2ea01cdf14105a9c294..18fcf2ca41da7e70d9d899b10402296675119e78 100644 (file)
@@ -37,11 +37,6 @@ void env_relocate_spec(void)
 {
 }
 
-uchar env_get_char_spec(int index)
-{
-       return *((uchar *)(gd->env_addr + index));
-}
-
 /*
  * Initialize Environment use
  *