[U-Boot-Users] Re: PATCH MPC86xADS and MPC860FADS bug fixes

Wolfgang Denk wd at denx.de
Wed Jun 4 00:22:25 CEST 2003


In message <20030603215854.GA19306 at zumanetworks.com> you wrote:
> On Tue, Jun 03, 2003 at 11:43:36PM +0200, Wolfgang Denk wrote:
> > Right. Let's have separate #defines for the  processors  in  case  we
> > need  to  really  keep them apart (for example, to print a correct id
> > string), and have some central header file which  contains  something
> > like
> > 
> > 	#if defined(MPC866P) || \
> > 	    defined(MPC866T) || \
> > 	    defined(MPC859T) || \
> > 	    defined(MPC859DSL) || \
> > 	    defined(MPC852T)
> > 	#define MPC866_et_al
> > 	#endif
> 
> I'm working on this now, where should i put this header file and what
> should I name it?

We   have   similar   styuff   already   (for   CONFIG_TQM8xxL)    in
"include/common.h", o please add your stuff there, too.

> also, this patch is pretty important; typo in mpc8xx.h; you might
> want this in CVS (also cc'ing to the list):

Added to local tree, will push to CVS later. Thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
You don't have to worry about me. I might have been born yesterday...
but I stayed up all night.




More information about the U-Boot mailing list