diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-01 12:36:22 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-01 12:38:03 +0200 |
commit | 96f8ec7a61658573adf438763f392bccc8c6f3c7 (patch) | |
tree | 775eb0328404192a72633612662a2fbf7c30510d /recipes/linux/linux-2.6.31/ep93xx | |
parent | 98a7d32826bc362c4ee434e7a4def7c852e75281 (diff) |
linux 2.6.31: added at91sam9263ek and ep93xx support
EDB9301 boots properly into this kernel
AT91SAM9263-EK boots but some things which were in at91-exp patch are
missing
Diffstat (limited to 'recipes/linux/linux-2.6.31/ep93xx')
-rw-r--r-- | recipes/linux/linux-2.6.31/ep93xx/edb9301-fix-machine-id.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.31/ep93xx/edb9301-fix-machine-id.patch b/recipes/linux/linux-2.6.31/ep93xx/edb9301-fix-machine-id.patch new file mode 100644 index 0000000000..65bfc9bc5e --- /dev/null +++ b/recipes/linux/linux-2.6.31/ep93xx/edb9301-fix-machine-id.patch @@ -0,0 +1,19 @@ +--- + arch/arm/tools/mach-types | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- linux-2.6.29.orig/arch/arm/tools/mach-types ++++ linux-2.6.29/arch/arm/tools/mach-types +@@ -473,11 +473,11 @@ hawk MACH_HAWK HAWK 456 + ccat91sbc001 MACH_CCAT91SBC001 CCAT91SBC001 457 + expresso MACH_EXPRESSO EXPRESSO 458 + h4000 MACH_H4000 H4000 459 + dino MACH_DINO DINO 460 + ml675k MACH_ML675K ML675K 461 +-edb9301 MACH_EDB9301 EDB9301 462 ++edb9301 MACH_EDB9301 EDB9301 454 + edb9315 MACH_EDB9315 EDB9315 463 + reciva_tt MACH_RECIVA_TT RECIVA_TT 464 + cstcb01 MACH_CSTCB01 CSTCB01 465 + cstcb1 MACH_CSTCB1 CSTCB1 466 + shadwell MACH_SHADWELL SHADWELL 467 |