
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.
On 11/8/06, Ch. Vict chvict@gmail.com wrote:
Ok, it works. I'll clone it. Thanks Roy.
On 08 Nov 2006 16:31:15 +0800, Zang Roy-r61911 tie-fei.zang@freescale.com wrote:
On Wed, 2006-11-08 at 16:10, Ch.Vict wrote:
Hi,
Why I can not visit your git tree on freescale.com?
Dear Vict
Please try to browse the web site: http://opensource.freescale.com/git There should be a project: u-boot-7448hpc2.git. You can clone the git repo by
git clone http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git
If there is any problem, please let me know. Roy