[U-Boot-Users] u-boot on M5275EVB?

Liew Tsi Chung Tsi-chung.Liew at freescale.com
Thu Jan 17 01:52:19 CET 2008


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




More information about the U-Boot mailing list