aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/p1020
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-26 16:57:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-26 16:57:43 +0000
commit3bbeb1b7a101ba3fe89e53a31e51c9efde2000e6 (patch)
tree73110c2096ca066be4f1d0ee1cc7625d50a6d9d5 /target/linux/mpc85xx/p1020
parent14fec491c723370bd6f4f494cfd1fa1059acca4f (diff)
downloadupstream-3bbeb1b7a101ba3fe89e53a31e51c9efde2000e6.tar.gz
upstream-3bbeb1b7a101ba3fe89e53a31e51c9efde2000e6.tar.bz2
upstream-3bbeb1b7a101ba3fe89e53a31e51c9efde2000e6.zip
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 <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/p1020')
-rw-r--r--target/linux/mpc85xx/p1020/config-default2
-rw-r--r--target/linux/mpc85xx/p1020/target.mk6
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default
new file mode 100644
index 0000000000..40ac38d303
--- /dev/null
+++ b/target/linux/mpc85xx/p1020/config-default
@@ -0,0 +1,2 @@
+CONFIG_NR_CPUS=2
+CONFIG_SMP=y
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk
new file mode 100644
index 0000000000..c111d7a4af
--- /dev/null
+++ b/target/linux/mpc85xx/p1020/target.mk
@@ -0,0 +1,6 @@
+BOARDNAME:=P1020
+
+define Target/Description
+ Build firmware images for Freescale P1020 based boards.
+endef
+