David,
 
> Also, can anyone tell me the differences between U-boot 1.1.6 and 
> 1.3.1?

There are many changes since 1.1.6. It is better start off the development from 
1.3.1 than from 1.1.6.
 
>Are you saying that I can use the exact same code for the M5275EVB 
> as the M5272C3?

After comparing 5272 and 5271, 5271 is the closest 5275. You cannot use exactly 
the same code base, a few modifies/adds code here and there.
 
> Changed this line in include/asm-m68k/immap.h: #ifdef
> CONFIG_M5272 to #ifdef CONFIG_M5272 || CONFIG_M5275 

#if defined(CONFIG_M5271) || defined(CONFIG_M5275)
 
> make[1]: Entering directory `/home/david/u-boot/cpu/mcf52x2' 
> start.S:61:43: error: operator '==' has no left operand

Did you add the code and accidently left out something?

Got the board today. Will probably look at it later.
 
Regards,
TsiChung

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to