From 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5 Mon Sep 17 00:00:00 2001 From: Grzegorz Bernacki Date: Tue, 17 Mar 2009 10:06:40 +0100 Subject: Add support for the digsy MTC board. This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki --- cpu/mpc5xxx/cpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpu/mpc5xxx') diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c index ad5ef8e..f6258c7 100644 --- a/cpu/mpc5xxx/cpu.c +++ b/cpu/mpc5xxx/cpu.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -121,7 +122,7 @@ void ft_cpu_setup(void *blob, bd_t *bd) int div = in_8((void*)CONFIG_SYS_MBAR + 0x204) & 0x0020 ? 8 : 4; char * cpu_path = "/cpus/" OF_CPU; #ifdef CONFIG_MPC5xxx_FEC - uchar *enetaddr[6]; + uchar enetaddr[6]; char * eth_path = "/" OF_SOC "/ethernet@3000"; #endif -- cgit v1.1