]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
MIPS: board.c: remove manual relocation of env_name_spec
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 15 Feb 2013 16:53:34 +0000 (17:53 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 15 Feb 2013 17:00:04 +0000 (18:00 +0100)
Remove the manual relocation of env_name_spec. This has been missed
in the previous patch series for introducing dynamic relocation
on MIPS.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/board.c

index 2ec0f7638c5d764b5546a26f1a2221df861a8a90..f19f198ae98eab8f4069727d94cdc8141eb0c201 100644 (file)
@@ -249,9 +249,6 @@ void board_init_r(gd_t *id, ulong dest_addr)
 {
 #ifndef CONFIG_SYS_NO_FLASH
        ulong size;
-#endif
-#ifndef CONFIG_ENV_IS_NOWHERE
-       extern char *env_name_spec;
 #endif
        bd_t *bd;
 
@@ -266,11 +263,6 @@ void board_init_r(gd_t *id, ulong dest_addr)
 
        serial_initialize();
 
-       /* there are some other pointer constants we must deal with */
-#ifndef CONFIG_ENV_IS_NOWHERE
-       env_name_spec += gd->reloc_off;
-#endif
-
        bd = gd->bd;
 
        /* The Malloc area is immediately below the monitor copy in DRAM */