http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / kernel / linux / arch / sh / ramdisk / ld.script
1 OUTPUT_ARCH(sh)
2 SECTIONS
3 {
4   .initrd :
5   {
6        *(.data)
7   }
8 }
9