target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)

SVN-Revision: 23548
This commit is contained in:
Alexandros C. Couloumbis 2010-10-20 13:47:59 +00:00
parent 78a11fc0d4
commit b79b929210

View file

@ -116,4 +116,4 @@
+ +
+cflags-$(CONFIG_ADM5120) += -I$(srctree)/arch/mips/include/asm/mach-adm5120 +cflags-$(CONFIG_ADM5120) += -I$(srctree)/arch/mips/include/asm/mach-adm5120
+libs-$(CONFIG_ADM5120) += arch/mips/adm5120/prom/ +libs-$(CONFIG_ADM5120) += arch/mips/adm5120/prom/
+load-$(CONFIG_ADM5120) += 0xffffffff8000100 +load-$(CONFIG_ADM5120) += 0xffffffff80001000