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 <mail@david-bauer.net>
master
David Bauer 4 years ago
parent 367a30389d
commit 564f87ef5b

@ -11,7 +11,7 @@ BOARD:=mpc85xx
BOARDNAME:=Freescale MPC85xx BOARDNAME:=Freescale MPC85xx
CPU_TYPE:=8540 CPU_TYPE:=8540
FEATURES:=squashfs ramdisk FEATURES:=squashfs ramdisk
SUBTARGETS:=generic p1020 p2020 SUBTARGETS:=p1010 p1020 p2020
KERNEL_PATCHVER:=5.4 KERNEL_PATCHVER:=5.4

@ -21,7 +21,7 @@ define Device/Default
SUPPORTED_DEVICES := $(subst _,$(comma),$(1)) SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
endef endef
ifeq ($(SUBTARGET),generic) ifeq ($(SUBTARGET),p1010)
define Device/tplink_tl-wdr4900-v1 define Device/tplink_tl-wdr4900-v1
DEVICE_VENDOR := TP-Link DEVICE_VENDOR := TP-Link

@ -9,7 +9,7 @@ define Profile/Default
endef endef
define Profile/Default/Description define Profile/Default/Description
Default package set compatible with most MPC85xx boards. Default package set compatible with most P1010 boards.
endef endef
$(eval $(call Profile,Default)) $(eval $(call Profile,Default))

@ -1,8 +1,8 @@
BOARDNAME:=Generic BOARDNAME:=P1010
FEATURES+=nand FEATURES+=nand
KERNELNAME:=simpleImage.tl-wdr4900-v1 KERNELNAME:=simpleImage.tl-wdr4900-v1
define Target/Description define Target/Description
Build firmware images for generic MPC85xx based boards. Build firmware images for P1010 based boards.
endef endef
Loading…
Cancel
Save