
10 Nov
2006
10 Nov
'06
8:45 a.m.
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@0" #define OF_TSI "tsi108@c0000000" #define OF_TBCLK (bd->bi_busfreq / 8) #define OF_STDOUT_PATH "/tsi108@c0000000/serial@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