diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:33:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:33:18 +0000 |
commit | 4c8f56fd1d62382fac641e58218da022a76be131 (patch) | |
tree | 592e60f94c83ab5f5acce8d2a2bc2522a88f8e06 /target/linux/sibyte/patches/101-rhone_physmap.patch | |
parent | 84aafe1f9aeb3beac2c4dbfff79f4322f3d2dcb0 (diff) | |
download | upstream-4c8f56fd1d62382fac641e58218da022a76be131.tar.gz upstream-4c8f56fd1d62382fac641e58218da022a76be131.tar.bz2 upstream-4c8f56fd1d62382fac641e58218da022a76be131.zip |
[sibyte]: upgrade to 2.6.37.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sibyte/patches/101-rhone_physmap.patch')
-rw-r--r-- | target/linux/sibyte/patches/101-rhone_physmap.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/sibyte/patches/101-rhone_physmap.patch b/target/linux/sibyte/patches/101-rhone_physmap.patch index e0d774e96a..fb917379ec 100644 --- a/target/linux/sibyte/patches/101-rhone_physmap.patch +++ b/target/linux/sibyte/patches/101-rhone_physmap.patch @@ -8,10 +8,10 @@ #include <asm/sibyte/board.h> #include <asm/sibyte/sb1250_genbus.h> #include <asm/sibyte/sb1250_regs.h> -@@ -83,3 +84,71 @@ static int __init swarm_pata_init(void) - device_initcall(swarm_pata_init); - - #endif /* defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) */ +@@ -137,3 +138,71 @@ static int __init sb1250_device_init(voi + return ret; + } + device_initcall(sb1250_device_init); + +#ifdef CONFIG_SIBYTE_RHONE + |