summaryrefslogtreecommitdiffstats
path: root/common/env_remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env_remote.c')
-rw-r--r--common/env_remote.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/env_remote.c b/common/env_remote.c
index a7b147b20d..6c10c90c03 100644
--- a/common/env_remote.c
+++ b/common/env_remote.c
@@ -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) {
OpenPOWER on IntegriCloud