Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
[pandora-u-boot.git] / arch / sh / cpu / u-boot.lds
index ff80ce7..85ee547 100644 (file)
@@ -25,7 +25,7 @@ ENTRY(_start)
 
 SECTIONS
 {
-       . = CONFIG_SYS_TEXT_BASE;
+       . = CONFIG_TEXT_BASE;
        reloc_dst = .;
 
        PROVIDE (_ftext = .);