]> git.sur5r.net Git - u-boot/blobdiff - common/env_remote.c
ppc: Move mirror_hack to arch_global_data
[u-boot] / common / env_remote.c
index a7b147b20db2b62b1161be6cc3a2822cb32468d5..6c10c90c038518ad7867d3580de20232dfd8a977 100644 (file)
@@ -41,11 +41,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define CONFIG_ENV_OFFSET 0
 #endif
 
-uchar env_get_char_spec(int index)
-{
-       return *((uchar *)(gd->env_addr + index));
-}
-
 int env_init(void)
 {
        if (crc32(0, env_ptr->data, ENV_SIZE) == env_ptr->crc) {