diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 12:14:03 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 12:14:03 +0000 |
commit | e01e5a6b47f4c77a3eb04abc413abcd053f87a67 (patch) | |
tree | c204a380e25b3f8030bcff0942aab4581ade8a6b /package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds | |
parent | 21db875713e9dab2d6560f121b8e856fd182a773 (diff) |
remove this, unneeded
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds')
-rw-r--r-- | package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds b/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds deleted file mode 100644 index 9d95adbfa..000000000 --- a/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds +++ /dev/null @@ -1,17 +0,0 @@ -OUTPUT_ARCH(mips) -ENTRY(startup) -SECTIONS { - . = 0x80001000; - .text : { - *(.text) - *(.rodata) - } - - .data : { - *(.data) - } - - .bss : { - *(.bss) - } -} |