]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce5008771d24925a3cfb645f623d67f0d2a528b5
tree1c5257bd43a9d1a535d621d4fade43c3e2254b2a
parent4368b12a7eb55bbe1245cb41a971fa2012526493
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]