]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_common.c
OMAP3: Zoom2: Fix ARM relocation support
[karo-tx-uboot.git] / common / env_common.c
index 5acda4d49ed66225889aa7e9e409652c9ad03cce..a276efc634717eb4740b4ce5351402eb3c6ee483 100644 (file)
@@ -227,7 +227,7 @@ int env_import(const char *buf, int check)
 
 void env_relocate (void)
 {
-#if !defined(CONFIG_RELOC_FIXUP_WORKS)
+#if defined(CONFIG_NEEDS_MANUAL_RELOC)
        extern void env_reloc(void);
 
        env_reloc();