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 <mail@david-bauer.net>
BOARDNAME:=Freescale MPC85xx
CPU_TYPE:=8540
FEATURES:=squashfs ramdisk
-SUBTARGETS:=generic p1020 p2020
+SUBTARGETS:=p1010 p1020 p2020
KERNEL_PATCHVER:=5.4
SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
endef
-ifeq ($(SUBTARGET),generic)
+ifeq ($(SUBTARGET),p1010)
define Device/tplink_tl-wdr4900-v1
DEVICE_VENDOR := TP-Link
endef
define Profile/Default/Description
- Default package set compatible with most MPC85xx boards.
+ Default package set compatible with most P1010 boards.
endef
$(eval $(call Profile,Default))
-BOARDNAME:=Generic
+BOARDNAME:=P1010
FEATURES+=nand
KERNELNAME:=simpleImage.tl-wdr4900-v1
define Target/Description
- Build firmware images for generic MPC85xx based boards.
+ Build firmware images for P1010 based boards.
endef