diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-19 21:45:29 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-19 21:45:29 +0000 |
commit | d51f2bc4b0eccb3ddb7575336dbead90ce886782 (patch) | |
tree | 96b15978bc096d3c30b4dbd449b92c7e81063782 /target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch | |
parent | 861c6988fb2093117e11638ee369c75b6720f9e3 (diff) | |
download | upstream-d51f2bc4b0eccb3ddb7575336dbead90ce886782.tar.gz upstream-d51f2bc4b0eccb3ddb7575336dbead90ce886782.tar.bz2 upstream-d51f2bc4b0eccb3ddb7575336dbead90ce886782.zip |
brcm47xx: write boardflags correct into sprom
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch index 2b812a3c83..accc0cb1e3 100644 --- a/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch +++ b/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch @@ -33,7 +33,7 @@ +EXPORT_SYMBOL(nvram_get); --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c -@@ -226,3 +226,20 @@ void __init plat_mem_setup(void) +@@ -229,3 +229,20 @@ void __init plat_mem_setup(void) _machine_halt = bcm47xx_machine_halt; pm_power_off = bcm47xx_machine_halt; } |