diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-01-16 00:45:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-01-16 00:45:19 +0000 |
commit | 0650ce9ec4e7d72cfaee513988b4d1d15142b4a1 (patch) | |
tree | bb1cdd83a99c0bd79e8b9810ac8575fe4e4bfe4a /target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch | |
parent | 053d59629742741d9309dddb441b18fd054c1a05 (diff) | |
download | upstream-0650ce9ec4e7d72cfaee513988b4d1d15142b4a1.tar.gz upstream-0650ce9ec4e7d72cfaee513988b4d1d15142b4a1.tar.bz2 upstream-0650ce9ec4e7d72cfaee513988b4d1d15142b4a1.zip |
brcm63xx: do not add twice the same field to board
Changeset r39302 updated a board section and added twice .has_ehci0,
this is not necessary, so fix it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39304
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch b/target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch index e647833258..901b5acca7 100644 --- a/target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch +++ b/target/linux/brcm63xx/patches-3.10/511-board_V2500V.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -926,6 +926,65 @@ static struct board_info __initdata boar +@@ -925,6 +925,65 @@ static struct board_info __initdata boar }, }, }; @@ -66,7 +66,7 @@ #endif /* -@@ -1989,6 +2048,7 @@ static const struct board_info __initcon +@@ -1988,6 +2047,7 @@ static const struct board_info __initcon &board_96348_D4PW, &board_spw500v, &board_96348sv, @@ -74,7 +74,7 @@ #endif #ifdef CONFIG_BCM63XX_CPU_6358 -@@ -2110,6 +2170,22 @@ void __init board_prom_init(void) +@@ -2109,6 +2169,22 @@ void __init board_prom_init(void) val &= MPI_CSBASE_BASE_MASK; } boot_addr = (u8 *)KSEG1ADDR(val); |