]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/xtensa/cpu/u-boot.lds
xtensa: clean up CONFIG_SYS_TEXT_ADDR
[people/ms/u-boot.git] / arch / xtensa / cpu / u-boot.lds
index 853ae5a948915151d6d701ef5e7ee02dd66bb9af..7200bc59fbfcdc53e6a1a380b26424277dba5182 100644 (file)
@@ -74,9 +74,9 @@ SECTIONS
   SECTION_VECTOR(DoubleExceptionVector,text,XCHAL_DOUBLEEXC_VECTOR_VADDR,
                 FOLLOWING(.DoubleExceptionVector.literal))
 
-  __monitor_start = CONFIG_SYS_TEXT_ADDR;
+  __monitor_start = XTENSA_SYS_TEXT_ADDR;
 
-  SECTION_text(CONFIG_SYS_TEXT_ADDR, FOLLOWING(.DoubleExceptionVector.text))
+  SECTION_text(XTENSA_SYS_TEXT_ADDR, FOLLOWING(.DoubleExceptionVector.text))
   SECTION_rodata(ALIGN(16), FOLLOWING(.text))
   SECTION_u_boot_list(ALIGN(16), FOLLOWING(.rodata))
   SECTION_data(ALIGN(16), FOLLOWING(.u_boot_list))