LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PowerPC 44x: add missing define TARGET_4xx to cuboot-taishan.c
@ 2008-02-21 14:43 Valentine Barshak
  2008-02-24 15:32 ` Josh Boyer
  0 siblings, 1 reply; 5+ messages in thread
From: Valentine Barshak @ 2008-02-21 14:43 UTC (permalink / raw)
  To: linuxppc-dev

In order to get the proper bd_info structure for PowerPC 440,
both TARGET_4xx and TARGET_44x should be defined.

Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
---
 arch/powerpc/boot/cuboot-taishan.c |    1 +
 1 files changed, 1 insertion(+)

diff -pruN linux-2.6.orig/arch/powerpc/boot/cuboot-taishan.c linux-2.6/arch/powerpc/boot/cuboot-taishan.c
--- linux-2.6.orig/arch/powerpc/boot/cuboot-taishan.c	2008-02-21 16:46:11.000000000 +0300
+++ linux-2.6/arch/powerpc/boot/cuboot-taishan.c	2008-02-21 16:48:43.000000000 +0300
@@ -21,6 +21,7 @@
 #include "dcr.h"
 #include "4xx.h"
 
+#define TARGET_4xx
 #define TARGET_44x
 #include "ppcboot.h"
 

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

end of thread, other threads:[~2008-02-27 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 14:43 [PATCH] PowerPC 44x: add missing define TARGET_4xx to cuboot-taishan.c Valentine Barshak
2008-02-24 15:32 ` Josh Boyer
2008-02-24 18:36   ` Josh Boyer
2008-02-26 14:58     ` [PATCH] PowerPC 44x: add missing define TARGET_4xx and TARGET_440GX " Valentine Barshak
2008-02-27 14:57       ` Josh Boyer

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