Hi again,

unfortunately I have to push this message, as I received no comment on it, yet. 

Is there a reason why the immap_t is not implemented for mpc85xx?

I tried to copy it from mpc8360 but there are so many dependent mpc83xx 
datatypes in that struct that I postponed the work on that, because I think 
it'll lead to no success...

Even trying to use the soft SPI fails, because first thing the code does is 
using that immap_t datatype... :-(

Does anyone have a comment on this?

Cheers
Matthias

Am 25.10.2010 um 13:05 schrieb Matthias:

> Hi all,
> 
> I've been trying to setup SPI on our MPC85xx based board.
> 
> Unfortunately, compilation of mpc8xxx_spi.c fails due to a missing immap_t 
> datatype.
> 
> I see, that this datatype is defined in the headers immap_83xx.h and 
> immap_86xx.h but it is not in immap_85xx.h.
> 
> I am using u-boot-2009.11.1 but I also looked into the latest git sources, 
> and there's no immap_t in that specific file neither.
> 
> Is there a reason why it is not implemented for MPC85xx? Or do I just need 
> some more defines?
> 
> So far I only have CONFIG_MPC8XXX_SPI and undef CONFIG_SOFT_SPI.
> 
> Cheers
> Matthias Dunda
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to