]> git.sur5r.net Git - u-boot/blobdiff - board/mx31ads/u-boot.lds
MX31ADS network and flash updates
[u-boot] / board / mx31ads / u-boot.lds
index 1460adcdd802ba6c0cb965ca437b1242a2588e0e..49713d454a27890adea00b71cf5980ea60125160 100644 (file)
@@ -34,7 +34,18 @@ SECTIONS
        . = ALIGN(4);
        .text      :
        {
-         cpu/arm1136/start.o   (.text)
+         /* WARNING - the following is hand-optimized to fit within    */
+         /* the sector layout of our flash chips!      XXX FIXME XXX   */
+
+         cpu/arm1136/start.o           (.text)
+         board/mx31ads/libmx31ads.a    (.text)
+         lib_arm/libarm.a              (.text)
+         net/libnet.a                  (.text)
+         drivers/mtd/libmtd.a          (.text)
+
+         . = DEFINED(env_offset) ? env_offset : .;
+         common/environment.o(.text)
+
          *(.text)
        }