
In message 20030603215854.GA19306@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