Skip to content

Commit

Permalink
imx6: rename Freescale to NXP in BOARDNAME and profiles
Browse files Browse the repository at this point in the history
Freescale no longer exists, it was acquired by NXP in 2015.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
  • Loading branch information
pepe2k committed May 20, 2021
1 parent baf2a50 commit 368c20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion target/linux/imx6/Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion target/linux/imx6/profiles/100-default.mk
Expand Up @@ -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))

0 comments on commit 368c20f

Please sign in to comment.