d13ca92664e2b0d25c8bb4d2b091d9ca7a2c3dbb
[openwrt.git] / target / linux / brcm63xx / patches-2.6.25 / 050-bcm963xx_add_trailing_zero.patch
1 From 40dd38388c3d1c87efe254cee533fc5db5ffc4ed Mon Sep 17 00:00:00 2001
2 From: Axel Gembe <ago@bastart.eu.org>
3 Date: Wed, 14 May 2008 12:43:34 +0200
4 Subject: [PATCH] bcm963xx: add missing trailing zero to load address
5
6 The load address for BCM963xx is 0x80010000, not 0xf8001000 as in the current
7 sources. I think this is just a typo, so this patch fixes it (tested on 96345).
8
9 Signed-off-by: Axel Gembe <ago@bastart.eu.org>
10 ---
11 arch/mips/Makefile | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 --- a/arch/mips/Makefile
15 +++ b/arch/mips/Makefile
16 @@ -562,7 +562,7 @@
17
18 core-$(CONFIG_BCM963XX) += arch/mips/bcm963xx/
19 cflags-$(CONFIG_BCM963XX) += -Iinclude/asm-mips/mach-bcm963xx
20 -load-$(CONFIG_BCM963XX) := 0xffffffff8001000
21 +load-$(CONFIG_BCM963XX) := 0xffffffff80010000
22
23 #
24 # SNI RM
This page took 0.045193 seconds and 3 git commands to generate.