]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/amcc/canyonlands/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / nand_spl / board / amcc / canyonlands / u-boot.lds
index e676e0c7c098504e9b2afe89a9239d6509f14886..70001bff9165fad321df9f6a50b99b6a862e5baa 100644 (file)
@@ -26,7 +26,7 @@ SECTIONS
 {
   .resetvec 0xE3003FFC :
   {
-    *(.resetvec)
+    KEEP(*(.resetvec))
   } = 0xffff
 
   .text      :
@@ -62,5 +62,5 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  _end = . ;
+  __bss_end = . ;
 }