aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-28 19:53:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-28 19:53:41 +0000
commit783bb0e81c700fb0b71420854ae1d7175adf666b (patch)
tree67f797884968d898c9873b3c3dc7facff9064351 /package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c
parentf5bdb5432fef3a596c4b87ed45f0ec00a637a622 (diff)
downloadupstream-783bb0e81c700fb0b71420854ae1d7175adf666b.tar.gz
upstream-783bb0e81c700fb0b71420854ae1d7175adf666b.tar.bz2
upstream-783bb0e81c700fb0b71420854ae1d7175adf666b.zip
move ifxmips uboot to package/
SVN-Revision: 11601
Diffstat (limited to 'package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c')
-rw-r--r--package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c
new file mode 100644
index 0000000000..49355de55a
--- /dev/null
+++ b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c
@@ -0,0 +1,5 @@
+
+#define IFX_CPU_RESET \
+{ *DANUBE_RCU_RST_REQ |=1<<30; \
+}
+