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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mpc85xx/Makefile') diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 4bb4d8812d..2ffdfeddcd 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -11,7 +11,7 @@ BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx CPU_TYPE:=8540 FEATURES:=squashfs ramdisk -SUBTARGETS:=generic p1020 p2020 +SUBTARGETS:=p1010 p1020 p2020 KERNEL_PATCHVER:=5.4 -- cgit v1.2.3