diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-22 12:32:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-22 12:32:03 +0000 |
commit | f6e4eb15bc7b5991a484370ae3765eb79becea4b (patch) | |
tree | 8839ac68a6af6f6e8ea4e59190b0bfb2f1795cbc /target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch | |
parent | cda35d2ef2ba813d93e38c61539a70d3e0727048 (diff) | |
download | upstream-f6e4eb15bc7b5991a484370ae3765eb79becea4b.tar.gz upstream-f6e4eb15bc7b5991a484370ae3765eb79becea4b.tar.bz2 upstream-f6e4eb15bc7b5991a484370ae3765eb79becea4b.zip |
register SSB sprom after ethernet devices
In case the MAC address pool is not big enough to also register a SSB SPROM
prefer registering the Ethernet devices.
SVN-Revision: 27258
Diffstat (limited to 'target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch b/target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch index 594467e572..210008a111 100644 --- a/target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch +++ b/target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch @@ -95,7 +95,7 @@ /* dump cfe version */ cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; -@@ -2275,6 +2349,14 @@ int __init board_register_devices(void) +@@ -2276,6 +2350,14 @@ int __init board_register_devices(void) val = bcm_mpi_readl(MPI_CSBASE_REG(0)); val &= MPI_CSBASE_BASE_MASK; } |