summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/cuboot-taishan.c
diff options
context:
space:
mode:
authorValentine Barshak2008-02-26 15:58:53 +0100
committerJosh Boyer2008-02-27 16:47:49 +0100
commitc91f91e5fb04fc8fd8fa4b5e9d949031e631c107 (patch)
treee55ba4e7b83211b0e23b2cb0868f50cb141672d5 /arch/powerpc/boot/cuboot-taishan.c
parent[POWERPC] 4xx: Fix L1 cache size in katmai DTS (diff)
downloadkernel-qcow2-linux-c91f91e5fb04fc8fd8fa4b5e9d949031e631c107.tar.gz
kernel-qcow2-linux-c91f91e5fb04fc8fd8fa4b5e9d949031e631c107.tar.xz
kernel-qcow2-linux-c91f91e5fb04fc8fd8fa4b5e9d949031e631c107.zip
[POWERPC] 44x: add missing define TARGET_4xx and TARGET_440GX to cuboot-taishan
In order to get the proper boad info (bd_info) structure defined in ppcboot.h both TARGET_4xx and TARGET_44x should be defined for all PowerPC 440 boards. The 440GX boards also need TARGET_440GX defined since they have 4 EMACs and there are 4 MAC addesses in bd_info passed by u-boot. Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/cuboot-taishan.c')
-rw-r--r--arch/powerpc/boot/cuboot-taishan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/cuboot-taishan.c b/arch/powerpc/boot/cuboot-taishan.c
index f66455a45ab1..b55b80467eed 100644
--- a/arch/powerpc/boot/cuboot-taishan.c
+++ b/arch/powerpc/boot/cuboot-taishan.c
@@ -21,7 +21,9 @@
#include "dcr.h"
#include "4xx.h"
+#define TARGET_4xx
#define TARGET_44x
+#define TARGET_440GX
#include "ppcboot.h"
static bd_t bd;