From c0691e29f1dc40d9919c8223760f0dac0848bc1c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 26 Apr 2013 16:57:43 +0000 Subject: mpc85xx: Add subtargets Generic and P1020 Only difference between Generic and P1020 is that P1020 enables SMP with two CPUs in the kernel config. Signed-off-by: Helmut Schaa Signed-off-by: Gabor Juhos SVN-Revision: 36454 --- target/linux/mpc85xx/generic/config-default | 0 target/linux/mpc85xx/generic/target.mk | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 target/linux/mpc85xx/generic/config-default create mode 100644 target/linux/mpc85xx/generic/target.mk (limited to 'target/linux/mpc85xx/generic') diff --git a/target/linux/mpc85xx/generic/config-default b/target/linux/mpc85xx/generic/config-default new file mode 100644 index 0000000000..e69de29bb2 diff --git a/target/linux/mpc85xx/generic/target.mk b/target/linux/mpc85xx/generic/target.mk new file mode 100644 index 0000000000..f8a79a7b90 --- /dev/null +++ b/target/linux/mpc85xx/generic/target.mk @@ -0,0 +1,6 @@ +BOARDNAME:=Generic + +define Target/Description + Build firmware images for generic MPC85xx based boards. +endef + -- cgit v1.2.3