Преглед на файлове

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 <[email protected]>
David Bauer преди 5 години
родител
ревизия
564f87ef5b

+ 1 - 1
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
 

+ 1 - 1
target/linux/mpc85xx/image/Makefile

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

+ 0 - 0
target/linux/mpc85xx/generic/config-default → target/linux/mpc85xx/p1010/config-default


+ 1 - 1
target/linux/mpc85xx/generic/profiles/00-default.mk → target/linux/mpc85xx/p1010/profiles/00-default.mk

@@ -9,7 +9,7 @@ define Profile/Default
 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))

+ 2 - 2
target/linux/mpc85xx/generic/target.mk → target/linux/mpc85xx/p1010/target.mk

@@ -1,8 +1,8 @@
-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