linker: Modify linker scripts to be more generic
[platform/kernel/u-boot.git] / arch / x86 / cpu / u-boot-spl.lds
index 574d992..4e656dc 100644 (file)
@@ -15,7 +15,7 @@ SECTIONS
        /DISCARD/ : { *(.u_boot_list_2_cmd_*) }
 #endif
 
-       . = CONFIG_SPL_TEXT_BASE;       /* Location of bootcode in flash */
+       . = IMAGE_TEXT_BASE;    /* Location of bootcode in flash */
        __text_start = .;
        .text  : { *(.text*); }