
Hi, Andy,
On Tue, 2012-03-06 at 16:30 -0600, Andy Fleming wrote:
arch/powerpc/include/asm/immap_85xx.h | 384 +++++++++++++++++++-------------- include/configs/MPC8548CDS.h | 5 + include/configs/MPC8568MDS.h | 5 + include/configs/MPC8569MDS.h | 5 + include/configs/P2020DS.h | 5 + include/configs/P2041RDB.h | 3 + include/configs/corenet_ds.h | 7 +
It occurs to me that these defines are really better suited for arch/powerpc/include/asm/config_mpc85xx.h. Notice that's where the other SOC-specific configs (like number of devices) are kept. Changing things there will make it easier to support different boards.
Yeah,I think your comment should be better, and that may be clearer and easier for these defines to support different boards with the file .../config_mpc85xx.h. I'll do some tests and update the patches based on your comment.
Thanks a lot!
Liu Gang