diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:08:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:08:08 +0000 |
commit | 68028025acd0d6c57779ea7c46536d9b720e5a93 (patch) | |
tree | 265b8fd115feb9a61883caec0bc7172dbb06d50e /target/linux/gemini/patches/003-wbd111-static-flash-map.patch | |
parent | 7898f9a59d0fd33162b90b82dc435ec20b3cd068 (diff) | |
download | upstream-68028025acd0d6c57779ea7c46536d9b720e5a93.tar.gz upstream-68028025acd0d6c57779ea7c46536d9b720e5a93.tar.bz2 upstream-68028025acd0d6c57779ea7c46536d9b720e5a93.zip |
register the watchdog on the wbd111
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16267 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini/patches/003-wbd111-static-flash-map.patch')
-rw-r--r-- | target/linux/gemini/patches/003-wbd111-static-flash-map.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/gemini/patches/003-wbd111-static-flash-map.patch b/target/linux/gemini/patches/003-wbd111-static-flash-map.patch index a226eb77f6..1b9debb62d 100644 --- a/target/linux/gemini/patches/003-wbd111-static-flash-map.patch +++ b/target/linux/gemini/patches/003-wbd111-static-flash-map.patch @@ -9,7 +9,7 @@ #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/time.h> -@@ -102,11 +104,50 @@ static struct sys_timer wbd111_timer = { +@@ -102,12 +104,51 @@ static struct sys_timer wbd111_timer = { .init = gemini_timer_init, }; @@ -55,6 +55,7 @@ { gemini_gpio_init(); platform_register_uart(); + platform_register_watchdog(); - platform_register_pflash(SZ_8M, NULL, 0); + platform_register_pflash(SZ_8M, wbd111_partitions, + wbd111_num_partitions); |