diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-18 13:33:18 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-18 13:33:18 +0000 |
commit | 6cd2a38d9443178b42f390440413d91d5984a04c (patch) | |
tree | 592e60f94c83ab5f5acce8d2a2bc2522a88f8e06 /target/linux/sibyte/patches/101-rhone_physmap.patch | |
parent | b9fbaf87aaaedd80aaf31a524a7bd16c50ce6bff (diff) |
[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 + |