From b2abb23854d30b84eb207ebafcfa8c1f74853f54 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 2 Apr 2005 12:14:03 +0000 Subject: remove this, unneeded git-svn-id: svn://svn.openwrt.org/openwrt/trunk@514 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../mips/brcm-boards/bcm947xx/compressed/vmlinux.lds | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds (limited to 'openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds') diff --git a/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds b/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/compressed/vmlinux.lds deleted file mode 100644 index 9d95adbfa..000000000 --- a/openwrt/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) - } -} -- cgit v1.2.3