summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.33/210-reset_button.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-14 16:08:21 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-14 16:08:21 +0000
commit7283430256ca7e46a37c12754f924a30cd317b91 (patch)
tree3911e179cbfe157554f7f2a46ca95e958d709e39 /target/linux/atheros/patches-2.6.33/210-reset_button.patch
parent04864d9fb73e16b974dd75b301ce625497c93c77 (diff)
downloadmaster-31e0f0ae-7283430256ca7e46a37c12754f924a30cd317b91.tar.gz
master-31e0f0ae-7283430256ca7e46a37c12754f924a30cd317b91.tar.bz2
master-31e0f0ae-7283430256ca7e46a37c12754f924a30cd317b91.zip
atheros: add early-printk support
SVN-Revision: 20201
Diffstat (limited to 'target/linux/atheros/patches-2.6.33/210-reset_button.patch')
-rw-r--r--target/linux/atheros/patches-2.6.33/210-reset_button.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-2.6.33/210-reset_button.patch b/target/linux/atheros/patches-2.6.33/210-reset_button.patch
index 79d4446fea..3c91818146 100644
--- a/target/linux/atheros/patches-2.6.33/210-reset_button.patch
+++ b/target/linux/atheros/patches-2.6.33/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 @@