Kumar Gala wrote:
On Jun 5, 2008, at 4:05 AM, Wolfgang Grandegger wrote:
quoted
[POWERPC] 85xx: add board support for the TQM8548 modules
This patch adds support for the TQM8548 modules from TQ-Components
GmbH (http://www.tqc.de).
Signed-off-by: Wolfgang Grandegger <redacted>
[...deletions...]
quoted
===================================================================
--- linux-2.6-galak.orig/arch/powerpc/boot/wrapper
+++ linux-2.6-galak/arch/powerpc/boot/wrapper
@@ -177,7 +177,7 @@ cuboot*)
*-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*)
platformo=$object/cuboot-85xx-cpm2.o
;;
- *-mpc85*|*-tqm8540|*-sbc85*)
+ *-mpc85*|*-tqm8540|*-tqm8548|*-sbc85*)
why not just *-tqm85*
Hm, yes, *-tqm85* should cover all TQM85xx without CPM.
I just sent out v3 patches addressing this and all other issues. Hope
they are OK now.
Wolfgang.