]> git.sur5r.net Git - u-boot/blobdiff - board/genietv/u-boot.lds
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / genietv / u-boot.lds
index 958dd8482e2c9a0dc2d963bf92c52b90e72985e6..b351a6811061998c2396e162ccf7d227f3944d24 100644 (file)
@@ -112,6 +112,6 @@ SECTIONS
     common/env_embedded.o (.ppcenv)
   }
   . = ALIGN(4);
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }