LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* how to handle TARGET_CPM in cuboot-85xx?
@ 2008-01-24 14:24 Kumar Gala
  2008-01-24 16:23 ` Scott Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2008-01-24 14:24 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev list

Scott,

I have to make this change for some board to cuboot-85xx.c:

diff --git a/arch/powerpc/boot/cuboot-85xx.c b/arch/powerpc/boot/ 
cuboot-85xx.c
index 6776a1a..e2616f2 100644
--- a/arch/powerpc/boot/cuboot-85xx.c
+++ b/arch/powerpc/boot/cuboot-85xx.c
@@ -15,6 +15,7 @@
  #include "cuboot.h"

  #define TARGET_85xx
+#define TARGET_CPM2
  #include "ppcboot.h"

  static bd_t bd;


--

however it varies which boards need this.  Should I just duplicate  
cuboot-85xx.c into cuboot-<boardname>.c as the way to handle this  
right now?

- k

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-24 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-24 14:24 how to handle TARGET_CPM in cuboot-85xx? Kumar Gala
2008-01-24 16:23 ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox