From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zang Roy-r61911 Date: 10 Nov 2006 15:45:57 +0800 Subject: [U-Boot-Users] [PATCH 00/07 v2]: Add mpc7448hpc2(Taiga) board support In-Reply-To: References: <1162974675.1042.5.camel@localhost.localdomain> Message-ID: <1163144757.2408.4.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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