Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / arch / xtensa / boot / boot-elf / boot.lds.S
index 932b58e..958b33a 100644 (file)
@@ -41,6 +41,7 @@ SECTIONS
                __bss_end = .;
        }
 
+#ifdef CONFIG_MMU
        /*
         * This is a remapped copy of the Reset Vector Code.
         * It keeps gdb in sync with the PC after switching
@@ -51,4 +52,5 @@ SECTIONS
        {
                *(.ResetVector.remapped_text)
        }
+#endif
 }