From 564f87ef5bea16d5d1d8a9a80e8de77429159f26 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 18 May 2020 21:10:40 +0200 Subject: mpc85xx: rename generic subtarget to p1010 The mpc85xx-generic subtarget supports the QorIQ SoCs of the p1010 family. Rename the subtarget to reflect this affiliation as it's the case with the other mpc85xx subtargets. Signed-off-by: David Bauer --- target/linux/mpc85xx/p1010/target.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/linux/mpc85xx/p1010/target.mk (limited to 'target/linux/mpc85xx/p1010/target.mk') diff --git a/target/linux/mpc85xx/p1010/target.mk b/target/linux/mpc85xx/p1010/target.mk new file mode 100644 index 0000000000..12ed78ace1 --- /dev/null +++ b/target/linux/mpc85xx/p1010/target.mk @@ -0,0 +1,8 @@ +BOARDNAME:=P1010 +FEATURES+=nand +KERNELNAME:=simpleImage.tl-wdr4900-v1 + +define Target/Description + Build firmware images for P1010 based boards. +endef + -- cgit v1.2.3