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>
SVN-Revision: 36454
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
FEATURES:=spe_fpu squashfs
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
+SUBTARGETS=generic p1020
LINUX_VERSION:=3.8.9
--- /dev/null
+BOARDNAME:=Generic
+
+define Target/Description
+ Build firmware images for generic MPC85xx based boards.
+endef
+
--- /dev/null
+CONFIG_NR_CPUS=2
+CONFIG_SMP=y
--- /dev/null
+BOARDNAME:=P1020
+
+define Target/Description
+ Build firmware images for Freescale P1020 based boards.
+endef
+