powerpc/85xx: introduce corenet_generic machine
authorKevin Hao <haokexin@gmail.com>
Thu, 26 Sep 2013 01:42:26 +0000 (09:42 +0800)
committerScott Wood <scottwood@freescale.com>
Tue, 29 Oct 2013 02:11:20 +0000 (21:11 -0500)
commit512e267f3594b5a3b4937a00666241cb994ef55a
tree1c5257bd43a9d1a535d621d4fade43c3e2254b2a
parent8f4a9e525a91d5903165167f1a7dbb22e97edcd0
powerpc/85xx: introduce corenet_generic machine

In the current kernel, the board files for p2041rdb, p3041ds, p4080ds,
p5020ds, p5040ds, t4240qds and b4qds are almost the same except the
machine name. So this introduces a cornet_generic machine to support
all these boards to avoid the code duplication.

With these changes the file corenet_ds.h becomes useless. Just delete
it.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/85xx/Kconfig
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/b4_qds.c [deleted file]
arch/powerpc/platforms/85xx/corenet_ds.c
arch/powerpc/platforms/85xx/corenet_ds.h [deleted file]
arch/powerpc/platforms/85xx/p2041_rdb.c [deleted file]
arch/powerpc/platforms/85xx/p3041_ds.c [deleted file]
arch/powerpc/platforms/85xx/p4080_ds.c [deleted file]
arch/powerpc/platforms/85xx/p5020_ds.c [deleted file]
arch/powerpc/platforms/85xx/p5040_ds.c [deleted file]
arch/powerpc/platforms/85xx/t4240_qds.c [deleted file]