* 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
* Re: how to handle TARGET_CPM in cuboot-85xx?
2008-01-24 14:24 how to handle TARGET_CPM in cuboot-85xx? Kumar Gala
@ 2008-01-24 16:23 ` Scott Wood
0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2008-01-24 16:23 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev list
On Thu, Jan 24, 2008 at 08:24:42AM -0600, Kumar Gala wrote:
> 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?
I don't think we need to go that fine grained -- one cuboot-85xx and one
cuboot-85xx-cpm2 should suffice.
-Scott
^ permalink raw reply [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