]> git.sur5r.net Git - u-boot/blobdiff - board/xilinx/ppc405-generic/u-boot-ram.lds
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[u-boot] / board / xilinx / ppc405-generic / u-boot-ram.lds
index 908d84b0c03e1de9aa4cf354accf6ef9c46bddb5..a7539fde4194e13600037d28b2a8b5aa9ee36d62 100644 (file)
@@ -57,7 +57,6 @@ SECTIONS
 
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
@@ -125,7 +124,7 @@ SECTIONS
    *(COMMON)
   }
 
-  ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your configuration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and TEXT_BASE may need to be modified.");
+  ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your configuration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and CONFIG_SYS_TEXT_BASE may need to be modified.");
 
   _end = . ;
   PROVIDE (end = .);