summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-20 13:47:59 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-20 13:47:59 +0000
commitb79b9292104dc38a3b5a017208f09e2bb595fbfc (patch)
tree02fc6fc10b56e502752c2ec61d5b575eb590fc15 /target/linux
parent78a11fc0d42ac9da0d915d922316c990bf0ac2bf (diff)
downloadmaster-31e0f0ae-b79b9292104dc38a3b5a017208f09e2bb595fbfc.tar.gz
master-31e0f0ae-b79b9292104dc38a3b5a017208f09e2bb595fbfc.tar.bz2
master-31e0f0ae-b79b9292104dc38a3b5a017208f09e2bb595fbfc.zip
target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
SVN-Revision: 23548
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch b/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch
index 0c55784059..1e51c4717e 100644
--- a/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch
+++ b/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch
@@ -116,4 +116,4 @@
+
+cflags-$(CONFIG_ADM5120) += -I$(srctree)/arch/mips/include/asm/mach-adm5120
+libs-$(CONFIG_ADM5120) += arch/mips/adm5120/prom/
-+load-$(CONFIG_ADM5120) += 0xffffffff8000100
++load-$(CONFIG_ADM5120) += 0xffffffff80001000