diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-07 11:24:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-07 11:24:30 +0000 |
commit | fde143b66f2e627280d966e0fe3a08ec5ba78d96 (patch) | |
tree | 9f4b71f653a0bae3a94a9e51417dff2d2f73b3ac /target/linux/cns3xxx/patches-3.8 | |
parent | c270db592a9bfc16b950ad1469a9133c8905af12 (diff) | |
download | upstream-fde143b66f2e627280d966e0fe3a08ec5ba78d96.tar.gz upstream-fde143b66f2e627280d966e0fe3a08ec5ba78d96.tar.bz2 upstream-fde143b66f2e627280d966e0fe3a08ec5ba78d96.zip |
cns3xxx: remove the watchdog IRQ from the resources, it breaks the driver init and is useful only for testing
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36241
Diffstat (limited to 'target/linux/cns3xxx/patches-3.8')
-rw-r--r-- | target/linux/cns3xxx/patches-3.8/025-smp_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.8/025-smp_support.patch b/target/linux/cns3xxx/patches-3.8/025-smp_support.patch index a9856451bf..e777938e57 100644 --- a/target/linux/cns3xxx/patches-3.8/025-smp_support.patch +++ b/target/linux/cns3xxx/patches-3.8/025-smp_support.patch @@ -28,7 +28,7 @@ #ifdef CONFIG_CACHE_L2X0 --- a/arch/arm/mach-cns3xxx/laguna.c +++ b/arch/arm/mach-cns3xxx/laguna.c -@@ -946,6 +946,7 @@ static int __init laguna_model_setup(voi +@@ -941,6 +941,7 @@ static int __init laguna_model_setup(voi late_initcall(laguna_model_setup); MACHINE_START(GW2388, "Gateworks Corporation Laguna Platform") |