diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-19 20:46:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-19 20:46:00 +0000 |
commit | ab74628c100d0b6a883306ff2d611c2cb743df36 (patch) | |
tree | 80625b3c5eecf9bad066ab8e0115d7c0d980fc85 /target/linux/brcm63xx/patches-3.0/452-board_V2500V.patch | |
parent | 4dd4cbeb43687199f514ce9ad11f337cdbfe0421 (diff) | |
download | upstream-ab74628c100d0b6a883306ff2d611c2cb743df36.tar.gz upstream-ab74628c100d0b6a883306ff2d611c2cb743df36.tar.bz2 upstream-ab74628c100d0b6a883306ff2d611c2cb743df36.zip |
dev-spi.c checks for running CPU, not board code
SVN-Revision: 27236
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 210008a111..594467e572 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; -@@ -2276,6 +2350,14 @@ int __init board_register_devices(void) +@@ -2275,6 +2349,14 @@ int __init board_register_devices(void) val = bcm_mpi_readl(MPI_CSBASE_REG(0)); val &= MPI_CSBASE_BASE_MASK; } |