From 42dd4ac5f0d25d070b888dae143e0987f46826c3 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 15 Nov 2008 11:21:42 +0000 Subject: Delete old brcm63xx files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13210 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../050-bcm963xx_add_trailing_zero.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-2.6.25/050-bcm963xx_add_trailing_zero.patch (limited to 'target/linux/brcm63xx/patches-2.6.25/050-bcm963xx_add_trailing_zero.patch') diff --git a/target/linux/brcm63xx/patches-2.6.25/050-bcm963xx_add_trailing_zero.patch b/target/linux/brcm63xx/patches-2.6.25/050-bcm963xx_add_trailing_zero.patch deleted file mode 100644 index d13ca9266..000000000 --- a/target/linux/brcm63xx/patches-2.6.25/050-bcm963xx_add_trailing_zero.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 40dd38388c3d1c87efe254cee533fc5db5ffc4ed Mon Sep 17 00:00:00 2001 -From: Axel Gembe -Date: Wed, 14 May 2008 12:43:34 +0200 -Subject: [PATCH] bcm963xx: add missing trailing zero to load address - -The load address for BCM963xx is 0x80010000, not 0xf8001000 as in the current -sources. I think this is just a typo, so this patch fixes it (tested on 96345). - -Signed-off-by: Axel Gembe ---- - arch/mips/Makefile | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - ---- a/arch/mips/Makefile -+++ b/arch/mips/Makefile -@@ -562,7 +562,7 @@ - - core-$(CONFIG_BCM963XX) += arch/mips/bcm963xx/ - cflags-$(CONFIG_BCM963XX) += -Iinclude/asm-mips/mach-bcm963xx --load-$(CONFIG_BCM963XX) := 0xffffffff8001000 -+load-$(CONFIG_BCM963XX) := 0xffffffff80010000 - - # - # SNI RM -- cgit v1.2.3