summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.31/210-reset_button.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-14 16:08:21 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-14 16:08:21 +0000
commit7d2ff5f4d74bfab7bfee3af862f936c0d9e82776 (patch)
treec7c62bc80bbd26729ced8f4c870077907be948f7 /target/linux/atheros/patches-2.6.31/210-reset_button.patch
parentc230cc5bcb77dc700a71578acfbced0a9d45e36b (diff)
atheros: add early-printk support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20201 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-2.6.31/210-reset_button.patch')
-rw-r--r--target/linux/atheros/patches-2.6.31/210-reset_button.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-2.6.31/210-reset_button.patch b/target/linux/atheros/patches-2.6.31/210-reset_button.patch
index 79d4446fe..3c9181814 100644
--- a/target/linux/atheros/patches-2.6.31/210-reset_button.patch
+++ b/target/linux/atheros/patches-2.6.31/210-reset_button.patch
@@ -6,9 +6,9 @@
-obj-y += board.o prom.o devices.o
+obj-y += board.o prom.o devices.o reset.o
- obj-$(CONFIG_ATHEROS_AR5312) += ar5312.o
- obj-$(CONFIG_ATHEROS_AR2315) += ar2315.o
- obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o
+
+ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
+
--- /dev/null
+++ b/arch/mips/ar231x/reset.c
@@ -0,0 +1,160 @@