[U-Boot-Users] [PATCH 00/07 v2]: Add mpc7448hpc2(Taiga) board support

Zang Roy-r61911 tie-fei.zang at freescale.com
Fri Nov 10 08:45:57 CET 2006


On Fri, 2006-11-10 at 15:37, Ch.Vict wrote:
> I found below codes in include/configs/mpc7448hpc2.h
> 
> #define OF_CPU                  "PowerPC,7448 at 0"
> #define OF_TSI                  "tsi108 at c0000000"
> #define OF_TBCLK                (bd->bi_busfreq / 8)
> #define OF_STDOUT_PATH          "/tsi108 at c0000000/serial at 7808"
> 
> Why the OF_STDOUT_PATH is 7808 not 7800 ?  I remember the offset
> should be 7800.
> 
0x7800 is for little endian system, while 0x7808 is for big endian
system.
Roy





More information about the U-Boot mailing list