linker: Modify linker scripts to be more generic
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / u-boot-spl.lds
index bd0eeb1..27a5fe6 100644 (file)
@@ -18,11 +18,7 @@ PHDRS
 #endif
 SECTIONS
 {
-#ifdef CONFIG_TPL_BUILD
-       . = CONFIG_TPL_TEXT_BASE;
-#else
-       . = CONFIG_SPL_TEXT_BASE;
-#endif
+       . = IMAGE_TEXT_BASE;
        .text : {
                *(.text*)
        }