diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-13 09:55:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-13 09:55:04 +0000 |
commit | 9b91c62917650f2a3329d7adb0a4125778bdfc14 (patch) | |
tree | d1a3c512b0ced2f5b77f9cd54a385f28a037dbb7 /target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch | |
parent | 29b91ef01a0ad053119a3fd6d1d7b91dd7946de9 (diff) | |
download | upstream-9b91c62917650f2a3329d7adb0a4125778bdfc14.tar.gz upstream-9b91c62917650f2a3329d7adb0a4125778bdfc14.tar.bz2 upstream-9b91c62917650f2a3329d7adb0a4125778bdfc14.zip |
nb4: fix support, add support for SVC and CLIP BTN
Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com>
SVN-Revision: 33156
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch b/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch index 7b4468ae7f..ff52497d41 100644 --- a/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch +++ b/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch @@ -64,7 +64,7 @@ #endif /* -@@ -1782,6 +1839,7 @@ static const struct board_info __initdat +@@ -1872,6 +1929,7 @@ static const struct board_info __initdat &board_96348_D4PW, &board_spw500v, &board_96348sv, @@ -72,7 +72,7 @@ #endif #ifdef CONFIG_BCM63XX_CPU_6358 -@@ -1909,6 +1967,23 @@ void __init board_prom_init(void) +@@ -1992,6 +2050,23 @@ void __init board_prom_init(void) val &= MPI_CSBASE_BASE_MASK; } boot_addr = (u8 *)KSEG1ADDR(val); |