Add 2.6.27 support to rb532, nand is not recognized, needs to be sorted out

SVN-Revision: 13224
This commit is contained in:
Florian Fainelli
2008-11-15 23:15:58 +00:00
parent ac679ab302
commit 901bda1b93
10 changed files with 1523 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
diff -urN linux-2.6.27.5/arch/mips/kernel/head.S linux-2.6.27.5.new/arch/mips/kernel/head.S
--- linux-2.6.27.5/arch/mips/kernel/head.S 2008-11-15 19:24:03.000000000 +0100
+++ linux-2.6.27.5.new/arch/mips/kernel/head.S 2008-11-15 19:24:55.000000000 +0100
@@ -123,6 +123,11 @@
j kernel_entry
nop
+
+
+EXPORT(_image_cmdline)
+ .ascii "CMDLINE:"
+
#ifndef CONFIG_NO_EXCEPT_FILL
/*
* Reserved space for exception handlers.