imx6: rename Freescale to NXP in BOARDNAME and profiles

Freescale no longer exists, it was acquired by NXP in 2015.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2021-03-09 13:41:27 +01:00
parent baf2a50ef3
commit 368c20f06b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=imx6
BOARDNAME:=Freescale i.MX 6
BOARDNAME:=NXP i.MX 6
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon

View File

@ -8,7 +8,7 @@ define Profile/Default
endef
define Profile/Default/Description
Package set compatible with most Freescale i.MX 6 based boards.
Package set compatible with most NXP i.MX 6 based boards.
endef
$(eval $(call Profile,Default))