]> git.sur5r.net Git - u-boot/blobdiff - board/bf533-ezkit/u-boot.lds.S
Merge branch 'master' of git://git.denx.de/u-boot-sh
[u-boot] / board / bf533-ezkit / u-boot.lds.S
index 538a19f81b46ebc8b0f1c1364ec4e3b89b7608ee..70764acf1ab4eca3494cc56aaef8cfa1d43c58b9 100644 (file)
@@ -54,6 +54,8 @@ SECTIONS
 {
        .text :
        {
+               cpu/blackfin/start.o (.text)
+
 #ifdef ENV_IS_EMBEDDED
                /* WARNING - the following is hand-optimized to fit within
                 * the sector before the environment sector. If it throws
@@ -61,7 +63,6 @@ SECTIONS
                 * it linked after the configuration sector.
                 */
 
-               cpu/blackfin/start.o            (.text)
                cpu/blackfin/traps.o            (.text)
                cpu/blackfin/interrupt.o        (.text)
                cpu/blackfin/serial.o           (.text)
@@ -74,6 +75,10 @@ SECTIONS
                common/env_embedded.o   (.text)
 #endif
 
+               __initcode_start = .;
+               cpu/blackfin/initcode.o (.text)
+               __initcode_end = .;
+
                *(.text .text.*)
        } >ram